mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Fixed .cash bank interaction not being ephemeral
This commit is contained in:
		@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
 | 
			
		||||
 | 
			
		||||
public sealed class StatsService : IStatsService, IReadyExecutor, INService
 | 
			
		||||
{
 | 
			
		||||
    public const string BOT_VERSION = "4.2.12";
 | 
			
		||||
    public const string BOT_VERSION = "4.2.13";
 | 
			
		||||
 | 
			
		||||
    public string Author
 | 
			
		||||
        => "Kwoth#2452";
 | 
			
		||||
 
 | 
			
		||||
@@ -58,7 +58,8 @@ public static class SocketMessageComponentExtensions
 | 
			
		||||
        bool ephemeral = false)
 | 
			
		||||
        => smc.RespondAsync(plainText,
 | 
			
		||||
            embed: embed?.Build(),
 | 
			
		||||
            embeds: embeds?.Map(x => x.Build()));
 | 
			
		||||
            embeds: embeds?.Map(x => x.Build()),
 | 
			
		||||
            ephemeral: ephemeral);
 | 
			
		||||
    
 | 
			
		||||
    public static Task RespondAsync(
 | 
			
		||||
        this SocketMessageComponent ch,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user