From 457997971b591aa001a6e34e64181ad605c0c2a9 Mon Sep 17 00:00:00 2001 From: JelNiSlaw Date: Wed, 27 Dec 2023 15:30:58 +0100 Subject: [PATCH] add /g alias --- src/commands/makersuite.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/makersuite.rs b/src/commands/makersuite.rs index 30e9098..a498da6 100644 --- a/src/commands/makersuite.rs +++ b/src/commands/makersuite.rs @@ -21,7 +21,7 @@ pub struct GoogleGemini; #[async_trait] impl CommandTrait for GoogleGemini { fn command_names(&self) -> &[&str] { - &["gemini"] + &["gemini", "g"] } fn description(&self) -> Option<&'static str> {