fix: include voice states in servercreate event
feat: call started system message in dms
This commit is contained in:
@@ -108,6 +108,9 @@ pub mod tasks;
|
||||
mod amqp;
|
||||
pub use amqp::amqp::AMQP;
|
||||
|
||||
pub mod voice;
|
||||
|
||||
|
||||
/// Utility function to check if a boolean value is false
|
||||
pub fn if_false(t: &bool) -> bool {
|
||||
!t
|
||||
|
||||
Reference in New Issue
Block a user