mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(api): try harder at checking whether user is in guild
This commit is contained in:
parent
539fc82342
commit
6fea94f990
4 changed files with 45 additions and 11 deletions
|
|
@ -7,4 +7,5 @@ public class ApiConfig
|
|||
public string? ClientSecret { get; set; }
|
||||
public bool TrustAuth { get; set; } = false;
|
||||
public string? AvatarServiceUrl { get; set; }
|
||||
public bool SearchGuildSettings = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue