diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/tags.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/tags.py b/bot/cogs/tags.py index e36761f85..c3bc9861f 100644 --- a/bot/cogs/tags.py +++ b/bot/cogs/tags.py @@ -155,7 +155,7 @@ class Tags(Cog):                      description="**There are no tags in the database!**",                      colour=Colour.red()                  )) -                return True +                return False              else:                  embed: Embed = Embed(title="**Current tags**")                  await LinePaginator.paginate( | 
