Getting "IndexError: list index out of range" if i try to login over discord user token #634
Unanswered
lorenzooooooooooo
asked this question in
Help
Replies: 1 comment 4 replies
-
the problem has been fixed. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Used this code:
import discord
class MyClient(discord.Client):
async def on_ready(self):
print('Logged on as', self.user)
client = MyClient()
client.run('OTE4... ')
I did everything as described here https://github.com/Zai-Kun/discord.py-self but I always get this error "IndexError: list index out of rang". I searched for it but couldn't find the reason, maybe someone here can help me. Token is correct.
Ty
Beta Was this translation helpful? Give feedback.
All reactions