Skip to content

Commit 5bdfb6f

Browse files
StephenDaDevTaaku18
authored andcommitted
Fix Typo in Snippet Help Dialogue (#284)
Change the template command in the help dialogue to create a snippet. (Line 99)
1 parent 37713fb commit 5bdfb6f

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
@@ -96,7 +96,7 @@ async def snippets(self, ctx):
9696
To use snippets:
9797
9898
First create a snippet using:
99-
- `{prefix}snippet add snippet-name A pre-defined text.`
99+
- `{prefix}snippets add snippet-name A pre-defined text.`
100100
101101
Afterwards, you can use your snippet in a thread channel
102102
with `{prefix}snippet-name`, the message "A pre-defined text."

0 commit comments

Comments
 (0)