mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
15 lines
201 B
C#
15 lines
201 B
C#
#nullable disable
|
|
namespace NadekoBot.Modules.Nsfw.Common;
|
|
|
|
public enum Booru
|
|
{
|
|
Safebooru,
|
|
E621,
|
|
Derpibooru,
|
|
Rule34,
|
|
Gelbooru,
|
|
Konachan,
|
|
Yandere,
|
|
Danbooru,
|
|
Sankaku
|
|
} |