aboutsummaryrefslogtreecommitdiffstats
path: root/bot/branding.py
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-25 00:02:25 +0100
committerGravatar kwzrd <[email protected]>2020-03-25 00:02:25 +0100
commitfa07c4e13b68ae2f5d66a1be80f66bdffae41f8b (patch)
treed2e06d400da1e60dac060019bb7a70f60b4a7d09 /bot/branding.py
parentDeseasonify: remove outdated `devtest` channel constant (diff)
Deseasonify: add 'task' alias to daemon group
Suggested by Scrags. Co-authored-by: scragly <[email protected]>
Diffstat (limited to 'bot/branding.py')
-rw-r--r--bot/branding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/branding.py b/bot/branding.py
index 7ea76e43..99ff404a 100644
--- a/bot/branding.py
+++ b/bot/branding.py
@@ -433,7 +433,7 @@ class BrandingManager(commands.Cog):
await self.refresh()
await self.branding_info(ctx)
- @branding_cmds.group(name="daemon", aliases=["d"])
+ @branding_cmds.group(name="daemon", aliases=["d", "task"])
async def daemon_group(self, ctx: commands.Context) -> None:
"""
Check whether the daemon is currently active.