Removed feature: register balance (closes #8)

This commit is contained in:
W13R 2022-11-05 09:33:58 +01:00
parent 8599f49857
commit 3d778df3d5
5 changed files with 2 additions and 20 deletions

View file

@ -63,7 +63,6 @@ def check_database():
required_rows = [
"global_message",
"register_balance",
"admin_info"
]