diff --git a/src/commands/gambling/shop.rs b/src/commands/gambling/shop.rs index 59d48cd..08df0be 100644 --- a/src/commands/gambling/shop.rs +++ b/src/commands/gambling/shop.rs @@ -39,7 +39,6 @@ async fn autocomplete_shop<'a>( pub async fn buy(ctx: Context<'_>, #[autocomplete = "autocomplete_shop"] item: String, - #[min = 1] count: Option) -> Result<(), Error> { let count = count.unwrap_or(1);