From 69aae0d31ebe9db32518698dfeb0163a0a620009 Mon Sep 17 00:00:00 2001 From: Inbestigator <119569726+Inbestigator@users.noreply.github.com> Date: Tue, 15 Jul 2025 07:40:18 -0700 Subject: [PATCH 1/3] Update libs.ts --- libs.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/libs.ts b/libs.ts index 1180fba..be62cfe 100644 --- a/libs.ts +++ b/libs.ts @@ -996,6 +996,34 @@ export const libs: Lib[] = [ appEmoji: 'Yes', componentsV2: 'Dev Version' }, + { + name: 'Dressed', + url: 'https://github.com/Inbestigator/dressed', + language: 'Javascript', + apiVer: 10, + gwVer: 10, + voiceVer: '-', + slashCommands: 'Yes', + buttons: 'Yes', + selectMenus: 'Yes', + threads: 'Yes', + guildStickers: 'Yes', + contextMenus: 'Yes', + autocomplete: 'Yes', + scheduledEvents: 'Yes', + timeouts: 'Yes', + modals: 'Yes', + permsv2: 'Yes', + automod: 'Yes', + localization: 'Yes', + forums: 'Yes', + monetization: 'Yes', + userApps: 'No', + polls: 'Yes', + forwarding: 'No', + appEmoji: 'Yes', + componentsV2: 'Yes' + }, { name: 'droff', url: 'https://github.com/tim-smart/droff', From d9def1627580402566d2a98e9684dc57b5a3917c Mon Sep 17 00:00:00 2001 From: Inbestigator <119569726+Inbestigator@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:13:00 -0700 Subject: [PATCH 2/3] fix: update forwarding and gw --- libs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs.ts b/libs.ts index be62cfe..a0aa864 100644 --- a/libs.ts +++ b/libs.ts @@ -1001,7 +1001,7 @@ export const libs: Lib[] = [ url: 'https://github.com/Inbestigator/dressed', language: 'Javascript', apiVer: 10, - gwVer: 10, + gwVer: '10 dev', voiceVer: '-', slashCommands: 'Yes', buttons: 'Yes', @@ -1020,7 +1020,7 @@ export const libs: Lib[] = [ monetization: 'Yes', userApps: 'No', polls: 'Yes', - forwarding: 'No', + forwarding: 'Yes', appEmoji: 'Yes', componentsV2: 'Yes' }, From 3891a490832ee4ecf7054d8a225456b16c50ac80 Mon Sep 17 00:00:00 2001 From: Inbestigator Date: Tue, 30 Sep 2025 13:55:15 -0700 Subject: [PATCH 3/3] feat(dressed): userapps and gw v10 --- libs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs.ts b/libs.ts index a0aa864..fdd0a99 100644 --- a/libs.ts +++ b/libs.ts @@ -1001,7 +1001,7 @@ export const libs: Lib[] = [ url: 'https://github.com/Inbestigator/dressed', language: 'Javascript', apiVer: 10, - gwVer: '10 dev', + gwVer: 10, voiceVer: '-', slashCommands: 'Yes', buttons: 'Yes', @@ -1018,7 +1018,7 @@ export const libs: Lib[] = [ localization: 'Yes', forums: 'Yes', monetization: 'Yes', - userApps: 'No', + userApps: 'Yes', polls: 'Yes', forwarding: 'Yes', appEmoji: 'Yes',