From 9ede67c61b41cbce9151097912adafb218f1ee58 Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 19 Jun 2019 17:28:11 +0200 Subject: [PATCH] Update EventBot/Modules/EventModule.cs Co-Authored-By: Karolis --- EventBot/Modules/EventModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventBot/Modules/EventModule.cs b/EventBot/Modules/EventModule.cs index 5398bd4..5313897 100644 --- a/EventBot/Modules/EventModule.cs +++ b/EventBot/Modules/EventModule.cs @@ -339,7 +339,7 @@ namespace EventBot.Modules } [Command("open")] - [Summary("Open registration for event here. Warning: Ensure everything is correct before doing this.")] + [Summary("Open registration for event here.")] public async Task EventOpen( [Summary("Event to open")] Event @event = null) {