Skip to content

Commit

Permalink
Allow events lead to toggle completionist task
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Feb 1, 2024
1 parent 52f3513 commit f8aa8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/advent_of_code/_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def adventofcode_group(self, ctx: commands.Context) -> None:
if not ctx.invoked_subcommand:
await self.bot.invoke_help_command(ctx)

@with_role(Roles.admins, fail_silently=True)
@with_role(Roles.admins, Roles.events_lead, fail_silently=True)
@adventofcode_group.command(
name="completionist_toggle",
aliases=("ct", "toggle"),
Expand Down

0 comments on commit f8aa8e6

Please sign in to comment.