From 32d42d5fbab9c74dbe59fbdb94a29112f8766e27 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Dec 2023 02:04:28 -0500 Subject: commands: improve descriptions --- src/commands/general/bing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/general/bing.rs') diff --git a/src/commands/general/bing.rs b/src/commands/general/bing.rs index b80ebca..93c630b 100644 --- a/src/commands/general/bing.rs +++ b/src/commands/general/bing.rs @@ -2,7 +2,7 @@ use crate::Context; use color_eyre::eyre::Result; -/// make sure the wie is alive +/// Make sure the wie is alive #[poise::command(prefix_command)] pub async fn bing(ctx: Context<'_>) -> Result<()> { ctx.say("bong!").await?; -- cgit v1.2.3