actually final commit hopefully
This commit is contained in:
parent
a1498182d4
commit
278afc756f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Galaxy(commands.Cog):
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def lwaccess(self, ctx):
|
async def lwaccess(self, ctx):
|
||||||
"""You shouldn't be able to see this!"""
|
"""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:
|
if role in ctx.author.roles:
|
||||||
await ctx.author.removeroles(role, reaason="Requested through -lwaccess")
|
await ctx.author.removeroles(role, reaason="Requested through -lwaccess")
|
||||||
await ctx.send(content="Higher Access role removed.")
|
await ctx.send(content="Higher Access role removed.")
|
||||||
|
|
Loading…
Reference in a new issue