slightly better help message
This commit is contained in:
@@ -17,7 +17,7 @@ use sqlx::Row;
|
|||||||
|
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
struct BotArgs {
|
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)]
|
#[arg(short, long)]
|
||||||
prefix: Option<String>,
|
prefix: Option<String>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user