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) {