It was a typo, okay?

master
archfan 2019-04-15 12:23:56 -04:00 committed by GitHub
parent 97e50bd62d
commit a6da7ba12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ async def _class(ctx, number):
player._can_change_class = False
player._class = rpg_utils.classes[int(number)+1]
player._class = rpg_utils.classes[int(number)-1]
ctx.send("Successfully set your class to **" + player._class + ".**")
else: