style!(events/bot): import just needed for interaction_create

This commit is contained in:
Raphael 2026-02-25 21:55:12 +01:00
parent 4394a54b93
commit 4631cc772b
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
use serenity::all::*;
use serenity::all::{Context, Interaction};
use sqlx::PgPool;
use crate::commands::SlashCommand;
use crate::config::EmojiConfig;