mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	.timely will now correctly use Ok color
This commit is contained in:
		@@ -8,6 +8,10 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- `.rero` now optionally takes a message id to which to attach the reaction roles
 | 
					- `.rero` now optionally takes a message id to which to attach the reaction roles
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- `.timely` will now correctly use `Ok` color
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [3.0.1] - 10.09.2021
 | 
					## [3.0.1] - 10.09.2021
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Fixed
 | 
					### Fixed
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -97,7 +97,7 @@ namespace NadekoBot.Modules.Gambling
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            await _cs.AddAsync(ctx.User.Id, "Timely claim", val).ConfigureAwait(false);
 | 
					            await _cs.AddAsync(ctx.User.Id, "Timely claim", val).ConfigureAwait(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            await ReplyErrorLocalizedAsync(strs.timely(n(val) + CurrencySign, period));
 | 
					            await ReplyConfirmLocalizedAsync(strs.timely(n(val) + CurrencySign, period));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        [NadekoCommand, Aliases]
 | 
					        [NadekoCommand, Aliases]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user