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
|
|
@ -4,6 +4,7 @@ use crate::{Context, Error};
|
|||
|
||||
pub mod quest;
|
||||
pub mod init;
|
||||
pub mod answer;
|
||||
|
||||
pub const ERROR_MSG: &str = "Server error :(";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue