1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

Sent a message when succesfully adding a server to be notified

This commit is contained in:
Phxntxm 2017-02-19 15:32:21 -06:00
parent f1352a4269
commit 42932db8a6

View file

@ -210,6 +210,7 @@ class Twitch:
await self.bot.say("I am already set to notify in this server...")
else:
await utils.update_content('twitch', {'servers': r.row['servers'].append(ctx.message.server.id)}, r_filter)
await self.bot.say("This server will now be notified if you go live")
@notify.command(name='on', aliases=['start,yes'], pass_context=True, no_pm=True)
@utils.custom_perms(send_messages=True)