mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	Fixed .rps 'amount' field, closes #415
This commit is contained in:
		@@ -840,7 +840,7 @@ public partial class Gambling : GamblingModule<GamblingService>
 | 
			
		||||
        else if (result.Result == RpsResultType.Win)
 | 
			
		||||
        {
 | 
			
		||||
            if ((long)result.Won > 0)
 | 
			
		||||
                embed.AddField(GetText(strs.won), N(amount.Value));
 | 
			
		||||
                embed.AddField(GetText(strs.won), N((long)result.Won));
 | 
			
		||||
 | 
			
		||||
            msg = GetText(strs.rps_win(ctx.User.Mention,
 | 
			
		||||
                GetRpsPick(pick),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user