Initial commit, basic proxying working
This commit is contained in:
8
Myriad/Gateway/GatewaySettings.cs
Normal file
8
Myriad/Gateway/GatewaySettings.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record GatewaySettings
|
||||
{
|
||||
public string Token { get; init; }
|
||||
public GatewayIntent Intents { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user