1
0
Fork 0
mirror of synced 2024-05-20 12:32:26 +12:00

Correct syntax error

This commit is contained in:
Phxntxm 2017-03-25 23:00:30 -05:00
parent 5e0a4a763a
commit b94a2438b1

View file

@ -102,7 +102,7 @@ class Tags:
@tag.command(name='edit', no_pm=True)
@utils.custom_perms(send_messages=True)
async def edit_tag(self, ctx, *, tag: str)
async def edit_tag(self, ctx, *, tag: str):
"""This will allow you to edit a tag that you have created
EXAMPLE: !tag edit this tag
RESULT: I'll ask what you want the new result to be"""