Revert "Remove messages table", Accidentally committed in dev code

This reverts commit 6d6b390431.
This commit is contained in:
Jeremy Zhang
2018-07-16 23:43:41 +00:00
parent 6d6b390431
commit 89b12d06ab
10 changed files with 152 additions and 73 deletions

View File

@ -50,7 +50,6 @@ def get_formatted_user(user):
"status": str(user.status),
"username": user.name,
"nick": None,
"bot": user.bot
}
if userobj["color"] == "000000":
userobj["color"] = None