Closed hoemotion closed 2 years ago
you use
bot = commands.Bot(user_id='bot_user_id', command_prefix='!')
as the bot definition but use client.run instead bot.run in the bot example
you use
as the bot definition but use client.run instead bot.run in the bot example