Forgot an await
This commit is contained in:
parent
054a8422a0
commit
5bff294b59
@ -136,7 +136,7 @@ class CCRole:
|
|||||||
|
|
||||||
await cmdlist.set_raw(command, value=out)
|
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")
|
@ccrole.command(name="delete")
|
||||||
@checks.mod_or_permissions(administrator=True)
|
@checks.mod_or_permissions(administrator=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user