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)