mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Possible fix for .smch
This commit is contained in:
		@@ -195,7 +195,7 @@ namespace NadekoBot.Modules.Music.Services
 | 
			
		||||
        public Task<IUserMessage?> SendToOutputAsync(ulong guildId, IEmbedBuilder embed)
 | 
			
		||||
        {
 | 
			
		||||
            if (_outputChannels.TryGetValue(guildId, out var chan))
 | 
			
		||||
                return (chan.Default ?? chan.Override).EmbedAsync(embed);
 | 
			
		||||
                return (chan.Override ?? chan.Default).EmbedAsync(embed);
 | 
			
		||||
 | 
			
		||||
            return Task.FromResult<IUserMessage?>(null);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user