discord/Test/TEMPLATE-Config.cs

8 lines
145 B
C#
Raw Permalink Normal View History

2024-06-09 18:51:48 +12:00
namespace Test
{
static internal class _Config // rename to Config
{
public static string Token = "enter token here";
}
}