diff options
author | 2020-03-25 00:02:25 +0100 | |
---|---|---|
committer | 2020-03-25 00:02:25 +0100 | |
commit | fa07c4e13b68ae2f5d66a1be80f66bdffae41f8b (patch) | |
tree | d2e06d400da1e60dac060019bb7a70f60b4a7d09 /bot | |
parent | Deseasonify: 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')
-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. |