From 642abf7ccb078675767bfd441be3048cb5ef2784 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 2 May 2020 13:49:20 -0500 Subject: [PATCH] Fixed missing `"` in `create` --- src/discord/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord/events.rs b/src/discord/events.rs index eb1a73b..498f34d 100644 --- a/src/discord/events.rs +++ b/src/discord/events.rs @@ -47,7 +47,7 @@ fn confirm(ctx: &mut Context, msg: &Message, _args: Args) -> CommandResult { #[command] /// 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** /// The time format is HH:MMam YYYY-MM-DD