From 95d30c1eb0c26eccab0c6611f59e3312e07d7d2f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 8 Mar 2023 21:45:05 -0500 Subject: [PATCH] ACTUALLY final commit --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index cef6de6..28dfdf7 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -20,7 +20,7 @@ class Galaxy(commands.Cog): """You shouldn't be able to see this!""" role = ctx.guild.get_role(1083210988888784996) if role in ctx.author.roles: - await ctx.author.remove_roles(role, reaason="Requested through -lwaccess") + await ctx.author.remove_roles(role, reason="Requested through -lwaccess") await ctx.send(content="Higher Access role removed.") else: await ctx.author.add_roles(role, reason="Requested through -lwaccess")