Remove messages table

This commit is contained in:
Jeremy Zhang
2018-07-16 23:34:13 +00:00
parent bc129289fc
commit 6d6b390431
10 changed files with 73 additions and 152 deletions

View File

@ -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