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:47 +02:00
committed by Karolis2011
parent 9ede67c61b
commit 941716b19d

View File

@@ -387,7 +387,7 @@ namespace EventBot.Modules
@event.MessageId = 0;
@event.MessageChannelId = 0;
await _database.SaveChangesAsync();
await ReplyAsync($"Event `{@event.Id}`'s registration has been closed, its registration message will now be normal message.");
await ReplyAsync($"Event's `{@event.Id}` registration has been closed, its registration message will now be normal message.");
}
[Command("finalize")]