From a79b59ee8502080780c7cf95c613b1b74579b358 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 14 Jun 2019 09:23:29 -0700 Subject: [PATCH] [V3 Tools] Fix for #45 --- tools/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools.py b/tools/tools.py index 2ec5db6..57c082c 100644 --- a/tools/tools.py +++ b/tools/tools.py @@ -181,7 +181,7 @@ class Tools(BaseCog): bancount = len(banlist) ban_list = [] if bancount == 0: - banlist = "No users are banned from this server." + msg = "No users are banned from this server." else: msg = "" for user_obj in banlist: