Fixed missing `"` in `create`
parent
81660a72df
commit
642abf7ccb
|
@ -47,7 +47,7 @@ fn confirm(ctx: &mut Context, msg: &Message, _args: Args) -> CommandResult {
|
||||||
#[command]
|
#[command]
|
||||||
/// Creates an event and previews the announcement
|
/// Creates an event and previews the announcement
|
||||||
///
|
///
|
||||||
/// `~create "event name" "04:20pm 2069-04-20" "event description" "http://optional.thumbnail.link" "optional organizer`
|
/// `~create "event name" "04:20pm 2069-04-20" "event description" "http://optional.thumbnail.link" "optional organizer"`
|
||||||
///
|
///
|
||||||
/// **Time format**
|
/// **Time format**
|
||||||
/// The time format is HH:MMam YYYY-MM-DD
|
/// The time format is HH:MMam YYYY-MM-DD
|
||||||
|
|
Loading…
Reference in New Issue