Forgot an await

pull/5/head
Unknown 7 years ago
parent 054a8422a0
commit 5bff294b59

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

Loading…
Cancel
Save