discord/Test/TEMPLATE-Config.cs
2024-06-09 18:51:48 +12:00

8 lines
145 B
C#

namespace Test
{
static internal class _Config // rename to Config
{
public static string Token = "enter token here";
}
}