mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05: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;
 | 
			
		||||
                });
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
# DO NOT CHANGE
 | 
			
		||||
version: 2
 | 
			
		||||
version: 3
 | 
			
		||||
# Currency settings
 | 
			
		||||
currency:
 | 
			
		||||
# What is the emoji/character which represents the currency
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user