Disabled >plant and pick again

This commit is contained in:
Kwoth 2017-01-03 19:23:53 +01:00
parent 96ede41e52
commit 0a517495f3

View File

@ -104,7 +104,7 @@ namespace NadekoBot.Modules.Games
}
catch { }
}
#if !GLOBAL_NADEKO
[NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)]
public async Task Pick()
@ -162,6 +162,7 @@ namespace NadekoBot.Modules.Games
}
plantedFlowers.AddOrUpdate(Context.Channel.Id, new List<IUserMessage>() { msg }, (id, old) => { old.Add(msg); return old; });
}
#endif
[NadekoCommand, Usage, Description, Aliases]
[RequireContext(ContextType.Guild)]