Skip to content

Commit 3e34deb

Browse files
Merge pull request #1840 from python-discord/mbaruh-patch-1
Add `cog` as an alias to extensions command
2 parents f62ca81 + eff7d7f commit 3e34deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utils/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Extensions(commands.Cog):
3636
def __init__(self, bot: Bot):
3737
self.bot = bot
3838

39-
@group(name="extensions", aliases=("ext", "exts", "c", "cogs"), invoke_without_command=True)
39+
@group(name="extensions", aliases=("ext", "exts", "c", "cog", "cogs"), invoke_without_command=True)
4040
async def extensions_group(self, ctx: Context) -> None:
4141
"""Load, unload, reload, and list loaded extensions."""
4242
await ctx.send_help(ctx.command)

0 commit comments

Comments
 (0)