Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/StephenDaDev/modmail
Browse files Browse the repository at this point in the history
…into StephenDaDev-development
  • Loading branch information
fourjr committed Aug 22, 2022
2 parents 57eca05 + c7072ef commit e8ab0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/modmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async def snippet_raw(self, ctx, *, name: str.lower):

return await ctx.send(embed=embed)

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

0 comments on commit e8ab0ca

Please sign in to comment.