elliebot/src/Ellie.VotesApi/Common/ConfKeys.cs
2023-07-11 22:00:14 +12:00

8 lines
No EOL
186 B
C#

namespace Ellie.VotesApi
{
public static class ConfKeys
{
public const string DISCORDS_KEY = "DiscordsKey";
public const string TOPGG_KEY = "TopGGKey";
}
}