From af7edb4b84a29e8319dbe2a4dcecc0a50f89c650 Mon Sep 17 00:00:00 2001 From: Zenith Date: Sun, 26 Oct 2025 02:56:00 -0400 Subject: [PATCH 1/2] update disnake app emoji to dev version --- libs.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs.ts b/libs.ts index 8e4f582..2b1cbb7 100644 --- a/libs.ts +++ b/libs.ts @@ -1571,10 +1571,7 @@ export const libs: Lib[] = [ userApps: 'Yes', polls: 'Yes', forwarding: 'Yes', - appEmoji: { - text: 'Has a PR', - url: 'https://github.com/DisnakeDev/disnake/pull/1224' - }, + appEmoji: 'Dev Version', componentsV2: 'Yes', }, { From a508ec5217a999cdfa77abeaf687f2d47f08b89b Mon Sep 17 00:00:00 2001 From: Zenith Date: Thu, 6 Nov 2025 20:59:56 -0500 Subject: [PATCH 2/2] update supported voice version --- libs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.ts b/libs.ts index 2b1cbb7..587f28d 100644 --- a/libs.ts +++ b/libs.ts @@ -1552,7 +1552,7 @@ export const libs: Lib[] = [ language: 'Python', apiVer: 10, gwVer: 10, - voiceVer: 4, + voiceVer: '4 stable, 8 dev', slashCommands: 'Yes', buttons: 'Yes', selectMenus: 'Yes',