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

Referred bot back to self again

This commit is contained in:
Phxntxm 2016-07-10 10:40:23 -05:00
parent d761c4af5a
commit 572d6837ca

View file

@ -54,8 +54,9 @@ class Twitch:
result = cursor.fetchone()
if result is not None:
cursor.execute('delete from twitch where user_id="{}"'.format(ctx.message.author.id))
await self.bot.say("I am no longer saving your twitch URL {}".format(ctx.message.author.mention))
else:
await bot.say("I do not have your twitch URL added {}".format(ctx.message.author.mention))
await self.bot.say("I do not have your twitch URL added {}".format(ctx.message.author.mention))
config.closeConnection()
def setup(bot):