Update EventBot/Modules/EventModule.cs

Co-Authored-By: Karolis <Karolis2011@users.noreply.github.com>
This commit is contained in:
Geeves
2019-06-19 17:28:58 +02:00
committed by Karolis2011
parent 941716b19d
commit 32246855fa

View File

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