Not working, Simplest Code does not work at all, please fix #653
-
Code: import discord bot = commands.Bot(command_prefix='>', self_bot=True) @bot.command() bot.run(- My token -) Error: [2024-01-31 20:09:11] [INFO ] discord.client: Logging in using static token. (venv) C:\Users\Andy\Music\UD SB> |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
maybe you can try to change the version of discord.py-self you are using ?
|
Beta Was this translation helpful? Give feedback.
maybe you can try to change the version of discord.py-self you are using ?
You can do :
pip install discord.py-self
← the 2.0.0 versionpip install git+https://github.com/dolfies/discord.py-self.git
← the 2.1.0 version