From 96ebf7b07c4062883b2437a19bc7c9e6b0a1f393 Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 19 Jun 2019 17:27:19 +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 d524a1f..5398bd4 100644 --- a/EventBot/Modules/EventModule.cs +++ b/EventBot/Modules/EventModule.cs @@ -239,7 +239,7 @@ namespace EventBot.Modules throw new Exception("This event is finalized. Please make a new event."); eventRole.Description = description; var s = _database.SaveChangesAsync(); - await ReplyAsync($"Updated event role `{eventRole.Id}`'s description to `{eventRole.Description}`"); + await ReplyAsync($"Updated event role's `{eventRole.Id}` description to `{eventRole.Description}`"); await s; await _events.UpdateEventMessage(eventRole.Event); }