mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Restructured folders and project names, ci should be fixed
This commit is contained in:
10
src/NadekoBot/_Extensions/MusicExtensions.cs
Normal file
10
src/NadekoBot/_Extensions/MusicExtensions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Discord;
|
||||
|
||||
namespace NadekoBot.Extensions
|
||||
{
|
||||
public static class MusicExtensions
|
||||
{
|
||||
public static EmbedAuthorBuilder WithMusicIcon(this EmbedAuthorBuilder eab) =>
|
||||
eab.WithIconUrl("http://i.imgur.com/nhKS3PT.png");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user