Dont work for me #47
-
So i install discord-self and try this: description = '''An example bot to showcase the discord.ext.commands extension intents = discord.Intents.default() bot = commands.Bot(command_prefix='?', description=description, intents=intents) @bot.event @bot.command() @bot.command()
@bot.command(description='For when you wanna settle the score some other way') @bot.command() @bot.command() @bot.group() @cool.command(name='bot') bot.run('I PAST MY TOKEN HERE')` and i got this error: The above exception was the direct cause of the following exception: Traceback (most recent call last): Process finished with exit code 1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You're either using an old version of the library, or using an invalid (or bot) token. |
Beta Was this translation helpful? Give feedback.
You're either using an old version of the library, or using an invalid (or bot) token.