diff --git a/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs b/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs index 44eb474a..bffa5624 100644 --- a/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs +++ b/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs @@ -181,10 +181,13 @@ namespace NadekoBot.Modules.Games return old; }); } -#if !GLOBAL_NADEKO + [NadekoCommand, Usage, Description, Aliases] [RequireContext(ContextType.Guild)] [RequireUserPermission(GuildPermission.ManageMessages)] +#if GLOBAL_NADEKO + [OwnerOnly] +#endif public async Task GenCurrency() { var channel = (ITextChannel)Context.Channel; @@ -218,7 +221,6 @@ namespace NadekoBot.Modules.Games await ReplyConfirmLocalized("curgen_disabled").ConfigureAwait(false); } } -#endif private static KeyValuePair> GetRandomCurrencyImage() {