aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/alias.py
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2019-10-01 21:42:43 -0700
committerGravatar GitHub <[email protected]>2019-10-01 21:42:43 -0700
commit0598dcf3105fd07c9e3118c77363a553fbd39207 (patch)
tree6a797529f2098b45f1dd438c6633365bcbb3e88d /bot/cogs/alias.py
parentUpdate docs cog docstring & fix URL converter attribute error (diff)
parentMerge pull request #475 from python-discord/fix-tags-edit-command (diff)
Merge branch 'master' into short-docs
Diffstat (limited to '')
-rw-r--r--bot/cogs/alias.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bot/cogs/alias.py b/bot/cogs/alias.py
index 80ff37983..0f49a400c 100644
--- a/bot/cogs/alias.py
+++ b/bot/cogs/alias.py
@@ -53,6 +53,11 @@ class Alias (Cog):
"""Alias for invoking <prefix>site resources."""
await self.invoke(ctx, "site resources")
+ @command(name="tools", hidden=True)
+ async def site_tools_alias(self, ctx: Context) -> None:
+ """Alias for invoking <prefix>site tools."""
+ await self.invoke(ctx, "site tools")
+
@command(name="watch", hidden=True)
async def bigbrother_watch_alias(self, ctx: Context, user: Union[Member, User, proxy_user], *, reason: str) -> None:
"""Alias for invoking <prefix>bigbrother watch [user] [reason]."""