Skip to content

Commit

Permalink
feat: add octopost backend to projects in pulls command
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldyzdk committed Apr 30, 2024
1 parent 0744a7d commit 810ae17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
dist/
node_modules
.idea
3 changes: 2 additions & 1 deletion src/commands/pulls/pulls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export async function autocomplete(interaction: AutocompleteInteraction) {
const focused = interaction.options.getFocused(true)

const choices = [
{ name: 'Octopost', value: 'octopost' },
{ name: 'Octopost Frontend', value: 'octopost' },
{ name: 'Octopost Backend', value: 'octopost-backend' },
{ name: 'PetDex Frontend', value: 'pet-dex-frontend' },
{ name: 'PetDex Backend', value: 'pet-dex-backend' },
{ name: 'Github bot', value: 'hatbot-discord' },
Expand Down

0 comments on commit 810ae17

Please sign in to comment.