pawel02 / music_bot

Music discord bot with all the functionality you'll ever want
66 stars 91 forks source link

Error on any command #11

Closed erikueda closed 1 year ago

erikueda commented 1 year ago

ERROR discord.ext.commands.bot Ignoring exception in command None discord.ext.commands.errors.CommandNotFound: Command "play" is not found

erikueda commented 1 year ago

i fixed changing

@bot.event async def on_ready(): await bot.add_cog(music_cog(bot)) await bot.add_cog(help_cog(bot))