mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: specify custom Discord base URL
for use with twilight_http_proxy or similar
This commit is contained in:
parent
14b0e98791
commit
b430446171
4 changed files with 19 additions and 14 deletions
|
|
@ -20,6 +20,8 @@ namespace PluralKit.Bot
|
|||
|
||||
public string? GatewayQueueUrl { get; set; }
|
||||
|
||||
public string? DiscordBaseUrl { get; set; }
|
||||
|
||||
public record ClusterSettings
|
||||
{
|
||||
public string NodeName { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue