9 lines
No EOL
259 B
C#
9 lines
No EOL
259 B
C#
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";
|
|
}
|
|
} |