1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-18 09:27:15 -05:00
parent 6690028e1f
commit a62455c896

View file

@ -11,7 +11,7 @@ def battlingOff(ctx):
del battling[ctx.message.author.id]
config.saveContent('battling',battling)
def userBattling(ctx)
def userBattling(ctx):
battling = config.getContent('battling')
if ctx.message.author.id in battling:
return True