2016-12-22 03:49:33 +00:00
|
|
|
|
using Discord;
|
|
|
|
|
|
2017-05-22 23:59:31 +00:00
|
|
|
|
namespace NadekoBot.Extensions
|
2016-12-22 03:49:33 +00:00
|
|
|
|
{
|
|
|
|
|
public static class MusicExtensions
|
|
|
|
|
{
|
|
|
|
|
public static EmbedAuthorBuilder WithMusicIcon(this EmbedAuthorBuilder eab) =>
|
|
|
|
|
eab.WithIconUrl("http://i.imgur.com/nhKS3PT.png");
|
|
|
|
|
}
|
|
|
|
|
}
|