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
Uh oh!
There was an error while loading. Please reload this page.
-
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