Update EventBot/Modules/EventModule.cs

This commit is contained in:
Geeves
2019-06-19 17:36:38 +02:00
committed by Karolis2011
parent c28ffe2ade
commit 9ac6343406

View File

@@ -478,7 +478,7 @@ namespace EventBot.Modules
[Command("participant remove")]
[Summary("Remove participant from event role.")]
public async Task EventParticipantRemove(
[Summary("User that is participanting's ID or discord mention.")] IUser user,
[Summary("User that is participating's ID or discord mention.")] IUser user,
[Summary("Event to remove the participant from.")] Event @event = null)
{
if (@event == null)