Skip to content

Commit

Permalink
Update register-commands.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorMurfy authored Mar 25, 2024
1 parent f132637 commit 41f898f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/register-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const commands = [
description: 'select the technique.',
type: ApplicationCommandOptionType.Number,
choices: [
{
{
name: 'txt-eng',
value: 0,
},
Expand All @@ -86,9 +86,13 @@ const commands = [
value: 1,
},
{
name: 'gif',
name: 'txt-rmj',
value: 2,
},
{
name: 'gif',
value: 3,
},
],
required: true,
}
Expand Down

0 comments on commit 41f898f

Please sign in to comment.