Skip to content

Commit c7072ef

Browse files
authored
Add aliases to snippet add command.
1 parent ee47143 commit c7072ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def snippet_raw(self, ctx, *, name: str.lower):
193193

194194
return await ctx.send(embed=embed)
195195

196-
@snippet.command(name="add")
196+
@snippet.command(name="add", aliases=["create", "make"])
197197
@checks.has_permissions(PermissionLevel.SUPPORTER)
198198
async def snippet_add(self, ctx, name: str.lower, *, value: commands.clean_content):
199199
"""

0 commit comments

Comments
 (0)