Skip to content

Commit e8ab0ca

Browse files
committed
Merge branch 'development' of https://github.com/StephenDaDev/modmail into StephenDaDev-development
2 parents 57eca05 + c7072ef commit e8ab0ca

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)