From 3e75019fcd70f59403e51a275ee83184854b3266 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 17 Aug 2024 07:25:02 -0400 Subject: today: prefix command --- src/commands/today/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/today/mod.rs b/src/commands/today/mod.rs index 6f4dcf6..22e006c 100644 --- a/src/commands/today/mod.rs +++ b/src/commands/today/mod.rs @@ -69,7 +69,7 @@ lazy_static! { ]; } -#[poise::command(slash_command, prefix_command, guild_only)] +#[poise::command(prefix_command, guild_only)] pub async fn today(ctx: PoiseContext<'_>, #[rest] _rest: Option) -> anyhow::Result<()> { let today = { #[allow(unused_mut)] -- cgit v1.3.1