mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Fixed embedbuilder withimageurl and withurl (thx ene)
This commit is contained in:
@@ -55,10 +55,10 @@ namespace NadekoBot.Services
|
|||||||
=> Wrap(_embed.WithAuthor(name, iconUrl, url));
|
=> Wrap(_embed.WithAuthor(name, iconUrl, url));
|
||||||
|
|
||||||
public IEmbedBuilder WithUrl(string url)
|
public IEmbedBuilder WithUrl(string url)
|
||||||
=> Wrap(_embed.WithAuthor(url));
|
=> Wrap(_embed.WithUrl(url));
|
||||||
|
|
||||||
public IEmbedBuilder WithImageUrl(string url)
|
public IEmbedBuilder WithImageUrl(string url)
|
||||||
=> Wrap(_embed.WithAuthor(url));
|
=> Wrap(_embed.WithImageUrl(url));
|
||||||
|
|
||||||
public IEmbedBuilder WithThumbnailUrl(string url)
|
public IEmbedBuilder WithThumbnailUrl(string url)
|
||||||
=> Wrap(_embed.WithThumbnailUrl(url));
|
=> Wrap(_embed.WithThumbnailUrl(url));
|
||||||
|
Reference in New Issue
Block a user