summaryrefslogtreecommitdiff
path: root/src/commands/general/bing.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-15 02:04:28 -0500
committerseth <[email protected]>2023-12-15 16:41:13 -0500
commit32d42d5fbab9c74dbe59fbdb94a29112f8766e27 (patch)
tree79111090bf837fc97fc5303f1fe93e6a550e6b06 /src/commands/general/bing.rs
parente38a441e37ec1a1dff07cf8bcff3e36a411709aa (diff)
commands: improve descriptions
Diffstat (limited to 'src/commands/general/bing.rs')
-rw-r--r--src/commands/general/bing.rs2
1 files changed, 1 insertions, 1 deletions
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?;