Moved data to data folder, copied on compile

This commit is contained in:
Kwoth
2016-09-13 18:52:59 +02:00
parent d969dcbbbd
commit 7267cf0ee7
77 changed files with 22794 additions and 19 deletions

View File

@@ -57,8 +57,8 @@ namespace NadekoBot.Modules.Gambling
var channel = (ITextChannel)imsg.Channel;
AllDecks.AddOrUpdate(channel.Guild,
(s) => new Cards(),
(s, c) =>
(g) => new Cards(),
(g, c) =>
{
c.Restart();
return c;