We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0744a7d commit e5f62a8Copy full SHA for e5f62a8
.gitignore
@@ -1,3 +1,4 @@
1
.env
2
dist/
3
node_modules
4
+.idea
src/commands/pulls/pulls.ts
@@ -34,7 +34,8 @@ export async function autocomplete(interaction: AutocompleteInteraction) {
34
const focused = interaction.options.getFocused(true)
35
36
const choices = [
37
- { name: 'Octopost', value: 'octopost' },
+ { name: 'Octopost Frontend', value: 'octopost' },
38
+ { name: 'Octopost Backend', value: 'octopost-backend' },
39
{ name: 'PetDex Frontend', value: 'pet-dex-frontend' },
40
{ name: 'PetDex Backend', value: 'pet-dex-backend' },
41
{ name: 'Github bot', value: 'hatbot-discord' },
0 commit comments