aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 22:35:46 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 22:35:47 -0400
commite0a9b18f45858829f88cbe20611aaf696fc5bf6a (patch)
treebaef5abb258a7857fabb3f084627acd9a469677f /src/config.rs
parentef056edf92b678265a4666e1f9405e3b0ce66a42 (diff)
restore support for volume commands
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/config.rs b/src/config.rs
index fae5a23..ea75cef 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -4,11 +4,7 @@ use dotenv::dotenv;
use envconfig::Envconfig;
use grate::tracing;
use lazy_static::lazy_static;
-use serenity::model::id::{
- ChannelId,
- GuildId,
- UserId,
-};
+use serenity::model::id::UserId;
lazy_static! {
pub static ref CONFIG: Config = {