diff options
| author | 2021-03-13 23:26:24 +0300 | |
|---|---|---|
| committer | 2021-03-13 23:26:24 +0300 | |
| commit | 0e074b798dd8b47c86043f85b8fac71b76cb8d1b (patch) | |
| tree | 5af63c1c385714c1cd5f704a4200cc2ea78eaf8f /bot/exts | |
| parent | Dockerfile optimisations (diff) | |
Removes Unused Roles & Channels
Removes roles and channels from constants.py that are not used anywhere
in the project.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/christmas/advent_of_code/_cog.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/christmas/advent_of_code/_cog.py b/bot/exts/christmas/advent_of_code/_cog.py index dc3d7616..8376987d 100644 --- a/bot/exts/christmas/advent_of_code/_cog.py +++ b/bot/exts/christmas/advent_of_code/_cog.py @@ -244,7 +244,7 @@ class AdventOfCode(commands.Cog):              info_embed = _helpers.get_summary_embed(leaderboard)              await ctx.send(f"```\n{table}\n```", embed=info_embed) -    @with_role(Roles.admin, Roles.events_lead) +    @with_role(Roles.admin)      @adventofcode_group.command(          name="refresh",          aliases=("fetch",), | 
