summaryrefslogtreecommitdiff
path: root/src/commands/general/random.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/general/random.rs')
-rw-r--r--src/commands/general/random.rs1
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(())