From b94a2438b19dae7c9e7dae82325de9ae0aa01cb0 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 25 Mar 2017 23:00:30 -0500 Subject: [PATCH] Correct syntax error --- cogs/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/tags.py b/cogs/tags.py index 9dd3cda..33d11bd 100644 --- a/cogs/tags.py +++ b/cogs/tags.py @@ -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"""