.logevents fixed
This commit is contained in:
parent
ffdfd0e84e
commit
2bd4949439
@ -988,7 +988,9 @@ namespace NadekoBot.Modules.Administration
|
|||||||
[OwnerOnly]
|
[OwnerOnly]
|
||||||
public async Task LogEvents()
|
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]
|
[NadekoCommand, Usage, Description, Aliases]
|
||||||
|
Loading…
Reference in New Issue
Block a user