Forgot an await

This commit is contained in:
Unknown 2018-05-08 10:38:27 -04:00
parent 054a8422a0
commit 5bff294b59

View File

@ -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)