Add the part to actually run it. Merely details.
This commit is contained in:
parent
55eab98090
commit
ddd9f134d9
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user