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

Removed testing, github stopped calling my webhook for no reasong, that's why I couldn't figure this issue out lol

This commit is contained in:
phxntxm 2016-07-12 11:46:33 -05:00
parent 4454c07d58
commit 19aa9be82a

View file

@ -127,7 +127,6 @@ class Core:
"""This can be used for custom tags
The format to call a custom tag is !tag <tag>"""
tag = ' '.join(tag).strip()
await self.bot.say("Tag is ```{}```".format(tag))
cursor = config.getCursor()
cursor.execute('use {}'.format(config.db_default))
cursor.execute('select * from tags where server_id=%s and tag=%s', (ctx.message.server.id, tag))