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