diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 910f15e..cef6de6 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.removeroles(role, reaason="Requested through -lwaccess") + await ctx.author.remove_roles(role, reaason="Requested through -lwaccess") await ctx.send(content="Higher Access role removed.") else: await ctx.author.add_roles(role, reason="Requested through -lwaccess")