Skip to content

Commit

Permalink
Autocomplete and context menu in same PR
Browse files Browse the repository at this point in the history
  • Loading branch information
SQKo authored Jan 4, 2022
1 parent 249d62b commit ecdbc5d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions libs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,14 @@ export const libs: Lib[] = [
selectMenus: 'Dev Version',
threads: 'Dev Version',
guildStickers: 'Yes',
contextMenus: 'No',
autocomplete: 'No',
contextMenus: {
text: 'Has a PR',
url: 'https://github.com/discord-php/DiscordPHP/pull/597'
},
autocomplete: {
text: 'Has a PR',
url: 'https://github.com/discord-php/DiscordPHP/pull/597'
},
scheduledEvents: 'Dev Version',
timeouts: 'Dev Version'
},
Expand Down

0 comments on commit ecdbc5d

Please sign in to comment.