aboutsummaryrefslogtreecommitdiffstats
path: root/bot/branding.py
diff options
context:
space:
mode:
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.