From e1924269aa61fd8fdcc0f454c3fe222ffa5394db Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 19 Jun 2019 17:28:58 +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 53b69a8..634153a 100644 --- a/EventBot/Modules/EventModule.cs +++ b/EventBot/Modules/EventModule.cs @@ -405,7 +405,7 @@ namespace EventBot.Modules @event.Active = false; await _database.SaveChangesAsync(); - await ReplyAsync($"Event `{@event.Id}`'s has been finalized. Removing participant roles.."); + await ReplyAsync($"Event `{@event.Id}` has been finalized. Removing participant roles.."); if (@event.Guild.ParticipantRoleId != 0) foreach (var participant in @event.Participants) {