From 58b4caea0dc3b1398711c0a17e24d2fd10161ce1 Mon Sep 17 00:00:00 2001 From: Xyon Date: Thu, 24 Aug 2023 02:33:04 +0100 Subject: [PATCH] Mostly meaningless change to test CI --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index bee9344..eea0d47 100644 --- a/src/main.rs +++ b/src/main.rs @@ -24,7 +24,7 @@ fn main() { let matches = Command::new("Badgey Bot, Discord Edition") .version(crate_version!()) .author("Xyon ") - .about("General-Purpose bot for the Escape Pod 14 Discord Server.") + .about("General-Purpose bot for the Escape Pod 14 Discord Server using the Manifold framework.") .arg(Arg::new("config-file") .short('c') .long("config-file")