[V3 Tools] Fix for #45

This commit is contained in:
aikaterna
2019-06-14 09:23:29 -07:00
committed by GitHub
parent 17d6a597a7
commit a79b59ee85

View File

@@ -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: