slightly better help message

This commit is contained in:
2025-02-20 21:17:39 -05:00
parent 8ea2bcb2e2
commit f3ac3359ec

View File

@@ -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<String>,
}