fmt: clippy and nightly fmt
This commit is contained in:
parent
57d4947edf
commit
9d409e3692
20 changed files with 194 additions and 143 deletions
|
@ -1,8 +1,12 @@
|
|||
use serenity::all::{CommandDataOption, CommandDataOptionValue, CommandInteraction};
|
||||
use serenity::client::Context;
|
||||
use skynet_discord_bot::common::database::{get_server_config, DataBase, Servers};
|
||||
use skynet_discord_bot::common::set_roles::normal::update_server;
|
||||
use skynet_discord_bot::common::wolves::cns::get_wolves;
|
||||
use serenity::{
|
||||
all::{CommandDataOption, CommandDataOptionValue, CommandInteraction},
|
||||
client::Context,
|
||||
};
|
||||
use skynet_discord_bot::common::{
|
||||
database::{get_server_config, DataBase, Servers},
|
||||
set_roles::normal::update_server,
|
||||
wolves::cns::get_wolves,
|
||||
};
|
||||
use sqlx::{Error, Pool, Sqlite};
|
||||
|
||||
pub async fn run(command: &CommandInteraction, ctx: &Context) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue