Fixed temporary bans, and added an option to exclude discord from banning.
changed the color of "Time is UP!" in the roll results, as requested.
This commit is contained in:
@@ -136,7 +136,7 @@ class AccountController:
|
||||
self.account_service.add_log(user.char_id, "system",
|
||||
f"Account disabled by <highlight>{request.sender.name}</highlight>.",
|
||||
request.sender.char_id)
|
||||
return f"Character <highlight>{user.name}'s</highlight> Account has been disabled!"
|
||||
return f"Character <highlight>{user.name}'s</highlight> Account has been disabled permanently!"
|
||||
else:
|
||||
return f"There's no active account for character <highlight>{user.name}</highlight>."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user