pocc / bga_discord

Discord bot to create games on Board Game Arena
Apache License 2.0
11 stars 5 forks source link

Additional permissions required since 1a232cb #23

Closed mavit closed 3 years ago

mavit commented 3 years ago
Traceback (most recent call last):
  File "./src/main.py", line 130, in <module>
    client.run(TOKEN)
  File "/home/mavit/src/bga_discord/venv/lib64/python3.8/site-packages/discord/client.py", line 708, in run
    return future.result()
  File "/home/mavit/src/bga_discord/venv/lib64/python3.8/site-packages/discord/client.py", line 687, in runner
    await self.start(*args, **kwargs)
  File "/home/mavit/src/bga_discord/venv/lib64/python3.8/site-packages/discord/client.py", line 651, in start
    await self.connect(reconnect=reconnect)
  File "/home/mavit/src/bga_discord/venv/lib64/python3.8/site-packages/discord/client.py", line 586, in connect
    raise PrivilegedIntentsRequired(exc.shard_id) from None
discord.errors.PrivilegedIntentsRequired: Shard ID None is requesting privileged intents that have not been explicitly enabled in the developer portal. It is recommended to go to https://discord.com/developers/applications/ and explicitly enable the privileged intents within your application's page. If this is not possible, then consider disabling the privileged intents instead.