dfsfds
This commit is contained in:
parent
60e40ff2b3
commit
c4b54c7730
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ def ban_user(user_id, v):
|
|||
if x.admin_level > 0: break
|
||||
x.ban(admin=v, reason=reason)
|
||||
|
||||
send_notification(NOTIFICATIONS_ACCOUNT, user, text)
|
||||
send_notification(NOTIFICATIONS_ACCOUNT, user, text[:128])
|
||||
|
||||
if days == 0: duration = "permanent"
|
||||
elif days == 1: duration = "1 day"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue