public nadeko stuff

This commit is contained in:
Master Kwoth
2017-10-31 09:52:46 +01:00
parent 0eab51cfea
commit e604bbca50
7 changed files with 78 additions and 17 deletions

View File

@ -1,4 +1,6 @@
using Discord;

#if !GLOBAL_NADEKO
using Discord;
using Discord.Commands;
using NadekoBot.Extensions;
using NadekoBot.Core.Services;
@ -14,7 +16,6 @@ using static NadekoBot.Modules.Administration.Services.LogCommandService;
namespace NadekoBot.Modules.Administration
{
#if !GLOBAL_NADEKO
public partial class Administration
{
[Group]
@ -181,5 +182,5 @@ namespace NadekoBot.Modules.Administration
}
}
}
#endif
}
}
#endif