mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 12:15:24 +02:00
Remove messages table
This commit is contained in:
@ -50,6 +50,7 @@ def get_formatted_user(user):
|
||||
"status": str(user.status),
|
||||
"username": user.name,
|
||||
"nick": None,
|
||||
"bot": user.bot
|
||||
}
|
||||
if userobj["color"] == "000000":
|
||||
userobj["color"] = None
|
||||
|
Reference in New Issue
Block a user