elliebot/src/EllieBot.VotesApi/Common/ConfKeys.cs

9 lines
259 B
C#
Raw Normal View History

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";
public const string DISCORDBOTLIST_KEY = "DiscordbotListKey";
2024-03-23 16:42:10 +13:00
}
}