2024-03-23 16:42:10 +13:00
|
|
|
|
namespace EllieBot.VotesApi
|
|
|
|
|
{
|
|
|
|
|
public static class ConfKeys
|
|
|
|
|
{
|
|
|
|
|
public const string DISCORDS_KEY = "DiscordsKey";
|
|
|
|
|
public const string TOPGG_KEY = "TopGGKey";
|
2025-03-25 14:58:02 +13:00
|
|
|
|
public const string DISCORDBOTLIST_KEY = "DiscordbotListKey";
|
2024-03-23 16:42:10 +13:00
|
|
|
|
}
|
|
|
|
|
}
|