feat: cleaned up remaining unwraps, and then clippy+fmt

This commit is contained in:
silver 2025-06-16 06:14:53 +01:00
parent 652dd6ff1c
commit 9134feee4e
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 105 additions and 33 deletions

View file

@ -2,8 +2,7 @@ pub mod commands;
use crate::commands::role_adder::tools::on_role_change;
use serenity::all::{
ActivityData, Command, CommandDataOption, CommandDataOptionValue, CommandOptionType, CreateMessage, EditInteractionResponse, GuildId,
GuildMemberUpdateEvent, Interaction,
ActivityData, Command, CommandDataOptionValue, CreateMessage, EditInteractionResponse, GuildId, GuildMemberUpdateEvent, Interaction,
};
use serenity::model::guild::Member;
use serenity::{