Fixed gambling vote reward getting overwritten and reset to 100 every time

This commit is contained in:
Kwoth
2021-12-05 08:20:09 +01:00
parent 771c2745dc
commit cb7c5e48fd
2 changed files with 2 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ namespace NadekoBot.Modules.Gambling.Services
{ {
ModifyConfig(c => ModifyConfig(c =>
{ {
c.Version = 3;
c.VoteReward = 100; c.VoteReward = 100;
}); });
} }

View File

@@ -1,5 +1,5 @@
# DO NOT CHANGE # DO NOT CHANGE
version: 2 version: 3
# Currency settings # Currency settings
currency: currency:
# What is the emoji/character which represents the currency # What is the emoji/character which represents the currency