From 926b4bf911788fcaa692a4cbc7686d61e14d2bc5 Mon Sep 17 00:00:00 2001 From: EdVraz <88881326+EdVraz@users.noreply.github.com> Date: Thu, 11 Nov 2021 18:24:20 +0100 Subject: [PATCH] im dumb --- cogs/server_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/server_utils.py b/cogs/server_utils.py index c551eb2..ad73a04 100644 --- a/cogs/server_utils.py +++ b/cogs/server_utils.py @@ -612,7 +612,7 @@ async def _create_role(self, ctx: SlashContext, name: str, color: str): roleperm.administrator = True for i in range(2): adm_ar["components"][i]["disabled"] = True - await answer.edit_origin( + await admin.edit_origin( content=f"creating role '{name}' with the color #{hexval} and administrator permissions....", components=[adm_ar] )