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:11 +02:00
committed by GitHub
parent 96ebf7b07c
commit 373f1ec2eb

View File

@@ -339,7 +339,7 @@ namespace EventBot.Modules
} }
[Command("open")] [Command("open")]
[Summary("Open registration for event here. Warning: Ensure everything is correct before doing this.")] [Summary("Open registration for event here.")]
public async Task EventOpen( public async Task EventOpen(
[Summary("Event to open")] Event @event = null) [Summary("Event to open")] Event @event = null)
{ {