1
0
Fork 0
mirror of synced 2024-09-30 09:17:13 +13:00

corrected syntax error

This commit is contained in:
Phxntxm 2016-08-11 14:00:55 -05:00
parent d906b46daf
commit 31459b8f18

View file

@ -15,7 +15,7 @@ class Mod:
@commands.command(pass_context=True, no_pm=True) @commands.command(pass_context=True, no_pm=True)
@checks.customPermsOrRole(kick_members=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 """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""" Any notifications (like someone going live on Twitch, or Picarto) will go to that channel"""
server_alerts = config.getContent('server_alerts') or {} server_alerts = config.getContent('server_alerts') or {}