1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Remove erroneous variable

This commit is contained in:
Phxntxm 2017-05-01 15:49:26 -05:00
parent d7f3307e62
commit baa16d6e18

View file

@ -169,7 +169,7 @@ class Interaction:
return
# Add the author and player provided in a new battle
self.start_battle(ctx.message.guild, ctx.message.author, player2)
self.start_battle(ctx.message.author, player2)
fmt = "{0.message.author.mention} has challenged you to a battle {1.mention}\n" \
"{0.prefix}accept or {0.prefix}decline"