From 941716b19d3830ad531fd5e5e44a42250ed48065 Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 19 Jun 2019 17:28:47 +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 5313897..53b69a8 100644 --- a/EventBot/Modules/EventModule.cs +++ b/EventBot/Modules/EventModule.cs @@ -387,7 +387,7 @@ namespace EventBot.Modules @event.MessageId = 0; @event.MessageChannelId = 0; await _database.SaveChangesAsync(); - await ReplyAsync($"Event `{@event.Id}`'s registration has been closed, its registration message will now be normal message."); + await ReplyAsync($"Event's `{@event.Id}` registration has been closed, its registration message will now be normal message."); } [Command("finalize")]