From 5d32d3b611510e442ec665ad6d11a80de5c6e20f Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 19 Jun 2019 17:23: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 51b5184..d524a1f 100644 --- a/EventBot/Modules/EventModule.cs +++ b/EventBot/Modules/EventModule.cs @@ -207,7 +207,7 @@ namespace EventBot.Modules }; _database.Add(er); await _database.SaveChangesAsync(); - await ReplyAsync($"Added event role `{er.Id}` for event `{er.Event.Id}`, title: `{er.Title}`, description: `{er.Description}`, maxParticipants: `{er.MaxParticipants}`, emote: {er.Emote}"); + await ReplyAsync($"Added event role `{er.Id}` for event `{er.Event.Id}`, title: `{er.Title}`, description: `{er.Description}`, slots: `{er.MaxParticipants}`, emote: {er.Emote}"); } [Command("role update title")]