mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	NadekoBot Patronage system, Search commands improvements + fixes
This commit is contained in:
		@@ -5,7 +5,7 @@ namespace NadekoBot;
 | 
			
		||||
public interface IEmbedBuilder
 | 
			
		||||
{
 | 
			
		||||
    IEmbedBuilder WithDescription(string? desc);
 | 
			
		||||
    IEmbedBuilder WithTitle(string title);
 | 
			
		||||
    IEmbedBuilder WithTitle(string? title);
 | 
			
		||||
    IEmbedBuilder AddField(string title, object value, bool isInline = false);
 | 
			
		||||
    IEmbedBuilder WithFooter(string text, string? iconUrl = null);
 | 
			
		||||
    IEmbedBuilder WithAuthor(string name, string? iconUrl = null, string? url = null);
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,6 @@
 | 
			
		||||
        <RootNamespace>Nadeko.Snake</RootNamespace>
 | 
			
		||||
        
 | 
			
		||||
        <Authors>The NadekoBot Team</Authors>
 | 
			
		||||
        <Version>1.0.3</Version>
 | 
			
		||||
    </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user