1
0
Fork 0
mirror of synced 2024-06-02 02:34:32 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-08-11 14:04:25 -05:00
parent 12f8fb3964
commit 0f1e566b04

View file

@ -15,7 +15,7 @@ class Mod:
@commands.command(pass_context=True, no_pm=True)
@checks.customPermsOrRole(kick_members=True)
async def alerts(self, ctx, channel = discord.Channel):
async def alerts(self, ctx, channel: discord.Channel):
"""This command is used to set a channel as the server's 'notifications' channel
Any notifications (like someone going live on Twitch, or Picarto) will go to that channel"""
server_alerts = config.getContent('server_alerts') or {}