1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Added necessary : after method

This commit is contained in:
Phxntxm 2016-07-09 13:28:00 -05:00
parent 9dbfb66119
commit b229bdd100

View file

@ -15,7 +15,7 @@ class Core:
self.bot = bot
@commands.command()
async def join(self)
async def join(self):
perms = discord.Permissions.none()
perms.read_messages = True
perms.send_messages = True