added slots.currencyFontColor to gambling.yml

This commit is contained in:
Kwoth
2021-12-09 20:53:44 +01:00
parent d22c579875
commit 02eb6e172b
5 changed files with 33 additions and 4 deletions

View File

@@ -72,6 +72,14 @@ namespace NadekoBot.Modules.Gambling.Services
c.VoteReward = 100;
});
}
if (_data.Version < 4)
{
ModifyConfig(c =>
{
c.Version = 4;
});
}
}
}
}