forked from Skynet/discord-bot
feat: cleaned up remaining unwraps, and then clippy+fmt
This commit is contained in:
parent
652dd6ff1c
commit
9134feee4e
3 changed files with 105 additions and 33 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue