From fa07c4e13b68ae2f5d66a1be80f66bdffae41f8b Mon Sep 17 00:00:00 2001 From: kwzrd Date: Wed, 25 Mar 2020 00:02:25 +0100 Subject: Deseasonify: add 'task' alias to daemon group Suggested by Scrags. Co-authored-by: scragly <29337040+scragly@users.noreply.github.com> --- bot/branding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/branding.py') 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. -- cgit v1.2.3