Skip to content

Commit

Permalink
Reorder suggestions reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed Nov 15, 2020
1 parent 2c14a2c commit b0497c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ async def on_message(self, message):
if message.channel.id != self.bot.settings.suggestions_channel:
return

await message.add_reaction('\N{THUMBS DOWN SIGN}')
await message.add_reaction('\N{THUMBS UP SIGN}')
await message.add_reaction('\N{THUMBS DOWN SIGN}')


def setup(bot):
Expand Down

0 comments on commit b0497c9

Please sign in to comment.