mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	fix: pipeline
This commit is contained in:
		@@ -197,10 +197,7 @@ public partial class Gambling : GamblingModule<GamblingService>
 | 
			
		||||
            await Response().Pending(strs.timely_already_claimed(relativeTag)).Interaction(interaction).SendAsync();
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        var inter = CreateRemindMeInteraction(period);
 | 
			
		||||
 | 
			
		||||
        var result = await _ps.TryGetFeatureLimitAsync(_timelyKey, ctx.User.Id, 0);
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        var patron = await _ps.GetPatronAsync(ctx.User.Id);
 | 
			
		||||
 | 
			
		||||
@@ -208,6 +205,8 @@ public partial class Gambling : GamblingModule<GamblingService>
 | 
			
		||||
 | 
			
		||||
        val += (int)(val * percentBonus);
 | 
			
		||||
 | 
			
		||||
        var inter = CreateRemindMeInteraction(period);
 | 
			
		||||
 | 
			
		||||
        await _cs.AddAsync(ctx.User.Id, val, new("timely", "claim"));
 | 
			
		||||
 | 
			
		||||
        await Response().Confirm(strs.timely(N(val), period)).Interaction(inter).SendAsync();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user