mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
10 lines
133 B
C#
10 lines
133 B
C#
#nullable disable
|
|
namespace NadekoBot.Modules.Music;
|
|
|
|
public enum MusicPlatform
|
|
{
|
|
Radio,
|
|
Youtube,
|
|
Local,
|
|
SoundCloud
|
|
} |