1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-17 11:12:34 -05:00
parent 5565b6cd91
commit 37b6c58713

View file

@ -190,7 +190,7 @@ class Core:
return
for t in tags:
if t['tag'] == tag and t['server_id'] == ctx.message.server.id:
tags.remove(tag)
tags.remove(t)
config.saveContent('tags',tags)
await self.bot.say('I have just removed the tag `{}`'.format(tag))