From 92f62c6ce8ab29be3279df0b57b932a5354e76d3 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Wed, 19 Apr 2017 22:18:20 -0500 Subject: [PATCH] Add a zws in order to not tag other commands --- cogs/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/tags.py b/cogs/tags.py index 131c09e..e455e06 100644 --- a/cogs/tags.py +++ b/cogs/tags.py @@ -61,7 +61,7 @@ class Tags: if tags and len(tags['tags']) > 0: for t in tags['tags']: if t['trigger'].lower().strip() == tag: - await ctx.send(t['result']) + await ctx.send("\u200B{}".format(t['result'])) return await ctx.send("There is no tag called {}".format(tag)) else: