diff options
Diffstat (limited to 'bot')
-rw-r--r-- | bot/branding.py | 2 |
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. |