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