We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeeba0 commit e1349d5Copy full SHA for e1349d5
1 file changed
wall_e/extensions/reaction_role.py
@@ -534,6 +534,7 @@ async def edit(self, ctx: commands.Context, message_id):
534
await message.add_reaction(emoji)
535
536
@commands.command(aliases=['rr'])
537
+ @commands.has_any_role("Minions", "Moderator")
538
async def reactionrole(self, ctx, *subcommands):
539
if not subcommands:
540
self.logger.info("[ReactionRole reactionrole()] No subcommand")
0 commit comments