From da2caeb31f3860baa2940ce214f9cdfb3aebface Mon Sep 17 00:00:00 2001 From: Droid000 Date: Thu, 5 Sep 2024 22:35:31 -0400 Subject: [PATCH 1/2] Update libs.ts Update discordrb --- libs.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs.ts b/libs.ts index 8dced9c..6ef0eb4 100644 --- a/libs.ts +++ b/libs.ts @@ -1672,7 +1672,10 @@ export const libs: Lib[] = [ buttons: 'Yes', selectMenus: 'Yes', threads: 'Yes', - guildStickers: 'Dev Version', + guildStickers: { + text: 'Has a PR', + url: 'https://github.com/shardlab/discordrb/pull/272' + }, contextMenus: 'Yes', autocomplete: 'No', scheduledEvents: { @@ -1681,10 +1684,7 @@ export const libs: Lib[] = [ }, timeouts: 'Yes', modals: 'Yes', - permsv2: { - text: 'Has a PR', - url: 'https://github.com/shardlab/discordrb/pull/254' - }, + permsv2: 'Yes', automod: 'No', localization: { text: 'Has a PR', From c5134d939c8ff0991fc99776ff86d914f7f4cf49 Mon Sep 17 00:00:00 2001 From: advaith Date: Sat, 7 Sep 2024 18:29:04 -0700 Subject: [PATCH 2/2] Update libs.ts --- libs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.ts b/libs.ts index 6ef0eb4..2d5faa3 100644 --- a/libs.ts +++ b/libs.ts @@ -1684,7 +1684,7 @@ export const libs: Lib[] = [ }, timeouts: 'Yes', modals: 'Yes', - permsv2: 'Yes', + permsv2: 'Dev Version', automod: 'No', localization: { text: 'Has a PR',