fmt: clippy and nightly fmt
This commit is contained in:
parent
57d4947edf
commit
9d409e3692
20 changed files with 194 additions and 143 deletions
|
@ -113,8 +113,10 @@ pub(crate) mod user {
|
|||
|
||||
pub(crate) mod festival {
|
||||
use serenity::all::{CommandInteraction, Context};
|
||||
use skynet_discord_bot::common::server_icon::{get_config_icons, update_icon::get_festival};
|
||||
use skynet_discord_bot::Config;
|
||||
use skynet_discord_bot::{
|
||||
common::server_icon::{get_config_icons, update_icon::get_festival},
|
||||
Config,
|
||||
};
|
||||
|
||||
// use this to return what current festivals are active?
|
||||
pub async fn run(_command: &CommandInteraction, ctx: &Context) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue