Riiight, indexes start at 0.
This commit is contained in:
parent
ddd9f134d9
commit
886cdfa411
@ -39,7 +39,7 @@ async def _class(ctx, number):
|
|||||||
token = ""
|
token = ""
|
||||||
|
|
||||||
with open("token.cfg") as f:
|
with open("token.cfg") as f:
|
||||||
token = f.readlines()[1]
|
token = f.readlines()[0]
|
||||||
|
|
||||||
bot.run(token)
|
bot.run(token)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user