Disabled log commands on the public bot, added something for xnaas, closes #1245

This commit is contained in:
Master Kwoth
2017-06-16 17:47:02 +02:00
parent 6bc4bb7803
commit 8801a7451b
9 changed files with 1648 additions and 44 deletions

View File

@@ -1,6 +1,7 @@
using Discord;
using Discord.Commands;
using NadekoBot.Attributes;
using NadekoBot.DataStructures;
using NadekoBot.Extensions;
using NadekoBot.Modules.Permissions;
using NadekoBot.Services;
@@ -16,6 +17,7 @@ namespace NadekoBot.Modules.Administration
public partial class Administration
{
[Group]
[NoPublicBot]
public class LogCommands : NadekoSubmodule
{
private readonly LogCommandService _lc;