mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	- Fixed calls to SendAsync - they don't require EmbedBuilderService
- DmHelpText now uses smarttext and supports user-related placeholders
This commit is contained in:
		@@ -29,7 +29,7 @@ namespace NadekoBot
 | 
			
		||||
            (Footer != null && (!string.IsNullOrWhiteSpace(Footer.Text) || !string.IsNullOrWhiteSpace(Footer.IconUrl))) ||
 | 
			
		||||
            (Fields != null && Fields.Length > 0);
 | 
			
		||||
 | 
			
		||||
        public EmbedBuilder GetEmbed(IEmbedBuilderService eb)
 | 
			
		||||
        public EmbedBuilder GetEmbed()
 | 
			
		||||
        {
 | 
			
		||||
            var embed = new EmbedBuilder()
 | 
			
		||||
                .WithColor(Color);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user