Merge remote-tracking branch 'Kwoth/dev' into dev
This commit is contained in:
commit
9600319c3b
@ -988,7 +988,9 @@ namespace NadekoBot.Modules.Administration
|
||||
[OwnerOnly]
|
||||
public async Task LogEvents()
|
||||
{
|
||||
await ReplyConfirmLocalized("log_events", string.Join(", ", Enum.GetNames(typeof(LogType)).Cast<string>())).ConfigureAwait(false);
|
||||
await Context.Channel.SendConfirmAsync(GetText("log_events") + "\n" +
|
||||
string.Join(", ", Enum.GetNames(typeof(LogType)).Cast<string>()))
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
|
||||
[NadekoCommand, Usage, Description, Aliases]
|
||||
|
Loading…
Reference in New Issue
Block a user