[V3 Tools] Fix for #45
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user