pepepepep8
This commit is contained in:
parent
cd5ae1d32b
commit
223bef30a5
5 changed files with 8 additions and 13 deletions
|
@ -51,6 +51,5 @@ def bancount(inp):
|
|||
if not out:
|
||||
return "The user \x02{}\x02 has no bans.".format(user)
|
||||
else:
|
||||
# dat string.
|
||||
return "Bans for \x02{}\x02: ".format(user) + ", ".join(out) + ". More info " \
|
||||
"at {}".format(user_url)
|
||||
|
|
Reference in a new issue