mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Fixed gambling vote reward getting overwritten and reset to 100 every time
This commit is contained in:
@@ -68,6 +68,7 @@ namespace NadekoBot.Modules.Gambling.Services
|
||||
{
|
||||
ModifyConfig(c =>
|
||||
{
|
||||
c.Version = 3;
|
||||
c.VoteReward = 100;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user