feat: Account initialization
- discord: /answer now DM-s user and updated user balance
This commit is contained in:
parent
1ae57ad358
commit
fb9fcfe6d7
3 changed files with 50 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ use crate::config::{ConfigImpl, DiscordConfig};
|
|||
mod commands;
|
||||
mod cli;
|
||||
mod config;
|
||||
mod account;
|
||||
|
||||
struct Data {
|
||||
pub config: Config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue