-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Everytime i hit concedot.py, this love message shows up.
2025-12-17 21:04:32 INFO discord.client logging in using static token
Traceback (most recent call last):
File "e:\AI MODEL\concedot\ConcedoBot\concedobot.py", line 552, in
client.run(os.getenv("BOT_TOKEN"))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python314\Lib\site-packages\discord\client.py", line 929, in run
asyncio.run(runner())
~~~~~~~~~~~^^^^^^^^^^
File "C:\Python314\Lib\asyncio\runners.py", line 204, in run
return runner.run(main)
~~~~~~~~~~^^^^^^
File "C:\Python314\Lib\asyncio\runners.py", line 127, in run
return self._loop.run_until_complete(task)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "C:\Python314\Lib\asyncio\base_events.py", line 719, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "C:\Python314\Lib\site-packages\discord\client.py", line 918, in runner
await self.start(token, reconnect=reconnect)
File "C:\Python314\Lib\site-packages\discord\client.py", line 847, in start
await self.connect(reconnect=reconnect)
File "C:\Python314\Lib\site-packages\discord\client.py", line 771, 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.