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
I started the bot, but none of the commands are recognized, throwing this messages in the console.
C:\Users\roman\Desktop\music_bot-main\main.py:15: RuntimeWarning: coroutine 'BotBase.add_cog' was never awaited
bot.add_cog(help_cog(bot))
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
C:\Users\roman\Desktop\music_bot-main\main.py:16: RuntimeWarning: coroutine 'BotBase.add_cog' was never awaited
bot.add_cog(music_cog(bot))
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
[2023-02-08 02:43:21] [INFO ] discord.client: logging in using static token
[2023-02-08 02:43:22] [INFO ] discord.gateway: Shard ID None has connected to Gateway (Session ID: 7c8c0489dbc8e8c9bffdd65f1b5b4a68).
[2023-02-08 02:43:26] [ERROR ] discord.ext.commands.bot: Ignoring exception in command None
discord.ext.commands.errors.CommandNotFound: Command "help" is not found
The text was updated successfully, but these errors were encountered:
I started the bot, but none of the commands are recognized, throwing this messages in the console.
The text was updated successfully, but these errors were encountered: