mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
Enabled property wrongfully marked present (#2209)
Co-authored-by: ITOH <to@itoh.at> Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
@@ -109,7 +109,7 @@ export interface DiscordIntegration {
|
||||
/** Integration type (twitch, youtube or discord) */
|
||||
type: "twitch" | "youtube" | "discord";
|
||||
/** Is this integration enabled */
|
||||
enabled: boolean;
|
||||
enabled?: boolean;
|
||||
/** Is this integration syncing */
|
||||
syncing?: boolean;
|
||||
/** Role Id that this integration uses for "subscribers" */
|
||||
|
||||
Reference in New Issue
Block a user