feat: Added quest answers

- Added field pending_answers to DiscordConfig
- discord: added /answer
This commit is contained in:
Alexey 2025-12-10 13:06:56 +03:00
commit 3f7e6313b0
6 changed files with 82 additions and 13 deletions

View file

@ -4,6 +4,7 @@ use crate::{Context, Error};
pub mod quest;
pub mod init;
pub mod answer;
pub const ERROR_MSG: &str = "Server error :(";