diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8053eb32d400..ae61060c55d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,9 +16,9 @@ body: - builders - collection - core - - rest - proxy - proxy-container + - rest - voice - ws validations: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5440d6e40e45..18a68be14906 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,12 +14,13 @@ body: label: Which package is the feature request for? options: - discord.js + - brokers - builders - collection - core - - rest - proxy - proxy-container + - rest - voice - ws validations: diff --git a/packages/scripts/src/generateIndex.ts b/packages/scripts/src/generateIndex.ts index b6ca8eb65971..9b7797b61d65 100644 --- a/packages/scripts/src/generateIndex.ts +++ b/packages/scripts/src/generateIndex.ts @@ -28,7 +28,7 @@ export interface MemberJSON { summary: string | null; } -export const PACKAGES = ['builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws']; +export const PACKAGES = ['brokers', 'builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws']; let idx = 0; export function createApiModel(data: any) {