optimize imports

This commit is contained in:
Stachelbeere1248 2024-02-23 10:08:38 +01:00
parent fa5be54d93
commit f315eaae3d
Signed by: Stachelbeere1248
SSH key fingerprint: SHA256:IozEKdw2dB8TZxkpPdMxcWSoWTIMwoLaCcZJ1AJnY2o

View file

@ -4,8 +4,7 @@ use poise::{async_trait, serenity_prelude as serenity};
use serenity::{client::EventHandler, model::id::UserId, FullEvent}; use serenity::{client::EventHandler, model::id::UserId, FullEvent};
use std::collections::HashSet; use std::collections::HashSet;
use std::convert::Into; use std::convert::Into;
use serenity::all::{Activity, ActivityData}; use serenity::all::{ActivityData};
use serenity::all::ShardRunnerMessage::SetActivity;
struct Data {} // User data, which is stored and accessible in all command invocations struct Data {} // User data, which is stored and accessible in all command invocations
type Error = Box<dyn std::error::Error + Send + Sync>; type Error = Box<dyn std::error::Error + Send + Sync>;