Add reactions to singleplayer check

This commit is contained in:
Dusty.P 2018-05-09 20:51:42 -08:00
parent 0a5cb8a038
commit 01d48e0b2c

View File

@ -103,6 +103,8 @@ class Uploader:
msg = await ctx.send(f'Is this from SinglePlayer or a server?\n'
f"select {self.bot.unicode_emojis['y']} for SP or "
f"{self.bot.unicode_emojis['x']} for server.")
await msg.add_reaction(self.bot.unicode_emojis["y"])
await msg.add_reaction(self.bot.unicode_emojis["x"])
def echeck(reaction, user):
return user == ctx.author and str(reaction.emoji) \