diff options
Diffstat (limited to 'azalea/examples/testbot/main.rs')
| -rw-r--r-- | azalea/examples/testbot/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs index c74dcee7..63d83c8a 100644 --- a/azalea/examples/testbot/main.rs +++ b/azalea/examples/testbot/main.rs @@ -24,6 +24,7 @@ mod commands; pub mod killaura; +pub mod mspt; use std::{env, process, sync::Arc, thread, time::Duration}; @@ -75,6 +76,7 @@ async fn main() -> AppExit { args, commands: Arc::new(commands), }) + // .add_plugins(mspt::MsptPlugin) .start(join_address) .await } |
