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")