diff --git a/src/main.rs b/src/main.rs index c71ff65..c5d644e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -97,6 +97,9 @@ async fn poise( move |body| routes::verify(pool, body, key) }), ); + + // Build Poise Instance + let discord = poise::Framework::builder() .options(poise::FrameworkOptions { commands: vec![ cmds::cmds(),