feat: Added quest answers
- Added field pending_answers to DiscordConfig - discord: added /answer
This commit is contained in:
parent
520992187d
commit
3f7e6313b0
6 changed files with 82 additions and 13 deletions
|
|
@ -35,7 +35,8 @@ async fn main() {
|
|||
commands: vec![
|
||||
commands::quest::quest(),
|
||||
commands::register(),
|
||||
commands::init::init()
|
||||
commands::init::init(),
|
||||
commands::answer::answer(),
|
||||
],
|
||||
..Default::default()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue