From 5bff294b5957ae400475131e0620d9f3b468cea3 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 8 May 2018 10:38:27 -0400 Subject: [PATCH] Forgot an await --- ccrole/ccrole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccrole/ccrole.py b/ccrole/ccrole.py index f3f8eb7..6a3fda5 100644 --- a/ccrole/ccrole.py +++ b/ccrole/ccrole.py @@ -136,7 +136,7 @@ class CCRole: await cmdlist.set_raw(command, value=out) - ctx.send("Custom Command **`{}`** successfully added".format(command)) + await ctx.send("Custom Command **`{}`** successfully added".format(command)) @ccrole.command(name="delete") @checks.mod_or_permissions(administrator=True)