mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
fix: type issues
This commit is contained in:
@@ -197,5 +197,5 @@ export interface ModifyChannel {
|
||||
emojiName: string | null;
|
||||
};
|
||||
/** the initial rate_limit_per_user to set on newly created threads in a channel. this field is copied to the thread at creation time and does not live update. */
|
||||
defaultThreadRateLimitPerUser: number;
|
||||
defaultThreadRateLimitPerUser?: number;
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ export async function getIntegrations(bot: Bot, guildId: bigint): Promise<Collec
|
||||
subscriber_count: result.subscriber_count,
|
||||
revoked: result.revoked,
|
||||
application: result.application,
|
||||
scopes: result.scopes,
|
||||
});
|
||||
return [integration.id, integration];
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user