1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Corrected the commenting method to python (stupid php....)

This commit is contained in:
phxntxm 2017-03-08 00:16:11 -06:00
parent 4018db2dac
commit f91e992d25

View file

@ -88,7 +88,7 @@ class Tags:
EXAMPLE: !tag delete stupid_tag
RESULT: Deletes that stupid tag"""
await ctx.send("Temporarily disabled")
// TODO: Fix tags, this will inherently fix this method
# TODO: Fix tags, this will inherently fix this method
"""r_filter = lambda row: (row['server_id'] == ctx.message.guild.id) & (row['tag'] == tag)
if await utils.remove_content('tags', r_filter):
await ctx.send('I have just removed the tag `{}`'.format(tag))