Be aware that this code was made quickly and is certainly really dirty. Do not hesitate to open some issues or pull requests if you want to contribute (refactor, implement new features, remove bugs or typos, ...).
Bot discord interface. Parse messages and prepare parameters for the database.
Load the SQLite database.
Contains a class (TigrisBank
) which interacts with the database to implement actions (get_balance
, new_account
, send
).
Simple utility functions to ease interactiosn.
Some functions to manage logs.
Configuration constants. Not present in this repository for security purpose.