diff options
| -rw-r--r-- | src/commands/today/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<String>) -> anyhow::Result<()> { let today = { #[allow(unused_mut)] |
