mirror of
https://github.com/supleed2/nanobot.git
synced 2024-12-22 22:25:51 +00:00
Missing line in previous commit
This commit is contained in:
parent
b761e7f7fc
commit
d1dd31a608
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue