From 9ac63434068818fc479d2c8ea2d8d0fb7b91b60f Mon Sep 17 00:00:00 2001 From: Geeves Date: Wed, 19 Jun 2019 17:36:38 +0200 Subject: [PATCH] Update EventBot/Modules/EventModule.cs --- 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 0a10da9..fbd4601 100644 --- a/EventBot/Modules/EventModule.cs +++ b/EventBot/Modules/EventModule.cs @@ -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)