1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

Used current prefix instead of the default one used

This commit is contained in:
Phxntxm 2016-10-16 20:56:39 -05:00
parent 9bd10dcb12
commit 475cbb4cb5

View file

@ -137,7 +137,7 @@ class Interaction:
battles[ctx.message.author.id] = player2.id
self.battles[ctx.message.server.id] = battles
fmt = "{0.mention} has challenged you to a battle {1.mention}\n!accept or !decline"
fmt = "{0.mention} has challenged you to a battle {1.mention}\n{1.prefix}accept or {1.prefix}decline"
# Add a call to turn off battling, if the battle is not accepted/declined in 3 minutes
self.bot.loop.call_later(180, self.battling_off, ctx)
await self.bot.say(fmt.format(ctx.message.author, player2))