diff options
| author | seth <[email protected]> | 2023-12-15 03:17:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-15 16:41:13 -0500 |
| commit | 8d22f09089b13d013cf94526c205f374bdf873c3 (patch) | |
| tree | 505c864e5683e6ece7d2ead2f9e019b8cc797548 /src/commands/general/random.rs | |
| parent | ebdcc85dc7c80796446535fa2799bb62f2c12aac (diff) | |
enable clippy::all, clippy::pedantic, & clippy::perf
Diffstat (limited to 'src/commands/general/random.rs')
| -rw-r--r-- | src/commands/general/random.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/general/random.rs b/src/commands/general/random.rs index 286d04e..477001e 100644 --- a/src/commands/general/random.rs +++ b/src/commands/general/random.rs @@ -2,6 +2,7 @@ use crate::{api, consts, utils, Context}; use color_eyre::eyre::Result; +#[allow(clippy::unused_async)] #[poise::command(slash_command, subcommands("lore", "teawie", "shiggy"))] pub async fn random(_ctx: Context<'_>) -> Result<()> { Ok(()) |
