Skip to content

Commit

Permalink
Merge pull request #25 from EdVraz/master
Browse files Browse the repository at this point in the history
im dumb
  • Loading branch information
EepyElvyra authored Nov 11, 2021
2 parents daa7dbb + 33805be commit 452920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/server_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)
Expand Down

0 comments on commit 452920e

Please sign in to comment.