actually final commit hopefully

This commit is contained in:
Seaswimmer 2023-03-08 21:43:46 -05:00
parent a1498182d4
commit 278afc756f

View file

@ -18,7 +18,7 @@ class Galaxy(commands.Cog):
@commands.command()
async def lwaccess(self, ctx):
"""You shouldn't be able to see this!"""
role = await ctx.guild.get_role(1083210988888784996)
role = ctx.guild.get_role(1083210988888784996)
if role in ctx.author.roles:
await ctx.author.removeroles(role, reaason="Requested through -lwaccess")
await ctx.send(content="Higher Access role removed.")