Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/discord.js-14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Sep 2, 2024
2 parents 16eba77 + efe6984 commit f39ec50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions commands/api/genshin.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ export default async (interaction, ephemeral) => {

// String options
const characterOption = new SlashCommandStringOption()
.setName("character")
.setName("name")
.setDescription("Specify character by name.")
.setAutocomplete(true)
.setRequired(true);
const weaponOption = new SlashCommandStringOption()
.setName("weapon")
.setName("name")
.setDescription("Specify weapon by name.")
.setAutocomplete(true)
.setRequired(true);
const artifactOption = new SlashCommandStringOption()
.setName("artifact")
.setName("name")
.setDescription("Specify artifact by name.")
.setAutocomplete(true)
.setRequired(true);
Expand Down
2 changes: 1 addition & 1 deletion submodules/DQM3-db
Submodule DQM3-db updated 1 files
+60 −60 yarn.lock

0 comments on commit f39ec50

Please sign in to comment.