1
0
Fork 0
mirror of synced 2024-06-28 03:00:55 +12:00

Changed descrption when adding a picarto URL, to make it clear the channel will be the one notified

This commit is contained in:
Phxntxm 2016-08-08 17:21:50 -05:00
parent bdc66075a2
commit 9abe4f1d00

View file

@ -118,7 +118,7 @@ class Picarto:
picarto_urls[ctx.message.author.id] = {'picarto_url': url, 'server_id': ctx.message.server.id,
'channel_id': ctx.message.channel.id, 'notifications_on': 1, 'live': 0}
config.saveContent('picarto', picarto_urls)
await self.bot.say("I have just saved your Picarto url {}".format(ctx.message.author.mention))
await self.bot.say("I have just saved your Picarto url {}, this channel will now send a notification when you go live".format(ctx.message.author.mention))
@picarto.command(name='remove', aliases=['delete'], pass_context=True, no_pm=True)
@checks.customPermsOrRole(send_messages=True)