diff --git a/src/main.rs b/src/main.rs index 9d43278..a5c94dc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ use sqlx::Row; #[derive(Parser, Debug)] struct BotArgs { - /// Prefix for the bot (if unspecified, the bot will not have one) + /// Prefix for the bot. If unspecified, the bot will not have one and will also not have access to message content. #[arg(short, long)] prefix: Option, }