Update poise

This commit is contained in:
jude
2022-11-20 11:30:02 +00:00
parent 6307de331d
commit b8b17a504d
12 changed files with 443 additions and 296 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use std::{env, path::Path};
use poise::serenity::async_trait;
use poise::serenity_prelude::async_trait;
use songbird::input::restartable::Restartable;
use sqlx::Executor;
use tokio::{fs::File, io::AsyncWriteExt, process::Command};