You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue. Here is the actual error message.
Traceback (most recent call last):
File "/usr/src/bot/main.py", line 64, in
main()
File "/usr/src/bot/main.py", line 36, in main
bot = commands.Bot(
^^^^^^^^^^^^^
TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'
Hi Locvic,
Not sure if you can help but when I try to start the bot I get an error regarding "intents" in the main.py file,
Is there something I'm missing or something changed in the code?
Thanks.
The text was updated successfully, but these errors were encountered: