Add the part to actually run it. Merely details.

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

View File

@ -36,5 +36,10 @@ async def _class(ctx, number):
ctx.send("You can't change your class right now.\nCurrent class: " + player._class)
token = ""
with open("token.cfg") as f:
token = f.readlines()[1]
bot.run(token)