feat(discord): Added /social commands
- Added /social msg to send messages - Added /social edit to edit sent messages
This commit is contained in:
parent
85e8070daa
commit
8453de086a
3 changed files with 159 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ use crate::{Context, Error};
|
|||
pub mod quest;
|
||||
pub mod init;
|
||||
pub mod answer;
|
||||
pub mod social;
|
||||
|
||||
pub const ERROR_MSG: &str = "Server error :(";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue