Riiight, indexes start at 0.

This commit is contained in:
archfan 2019-04-15 12:17:17 -04:00 committed by GitHub
parent ddd9f134d9
commit 886cdfa411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ async def _class(ctx, number):
token = ""
with open("token.cfg") as f:
token = f.readlines()[1]
token = f.readlines()[0]
bot.run(token)