feat(gateway): initial commit

This commit is contained in:
spiral
2022-04-11 15:55:10 -04:00
parent 8e5b987b2c
commit fadf007abc
12 changed files with 2487 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ public class BotConfig
public string? GatewayQueueUrl { get; set; }
public bool UseRedisRatelimiter { get; set; } = false;
public string? RedisGatewayUrl { get; set; }
public string? DiscordBaseUrl { get; set; }
public bool DisableErrorReporting { get; set; } = false;