Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 31 additions & 3 deletions libs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1995,9 +1995,37 @@ export const libs: Lib[] = [
monetization: 'Yes',
userApps: 'Yes',
polls: 'Yes',
forwarding: 'No',
appEmoji: 'No',
componentsV2: 'No'
forwarding: 'Yes',
appEmoji: 'Yes',
componentsV2: 'Yes'
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to change the values for DiscordBM?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm those are not true for DiscordBM just yet: #343
I see SwiftDisc has taken a lot of inspiration from DiscordBM so maybe they thought DiscordBM already supports those somehow, while that's not true?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it was not intentional I apologize for that, I will fix it when I have a moment.

},
{
name: 'SwiftDisc ',
url: 'https://github.com/M1tsumi/SwiftDisc',
language: 'Swift',
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: 'Yes',
polls: 'Yes',
forwarding: 'Yes',
appEmoji: 'Yes',
componentsV2: 'Yes'
},
{
name: 'Swiftcord 🍴πŸͺ¦',
Expand Down