mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
8 lines
190 B
C#
8 lines
190 B
C#
namespace NadekoBot.VotesApi
|
|
{
|
|
public static class ConfKeys
|
|
{
|
|
public const string DISCORDS_KEY = "DiscordsKey";
|
|
public const string TOPGG_KEY = "TopGGKey";
|
|
}
|
|
} |