fix/command types

This commit is contained in:
SowinskiBraeden committed 2025-09-30 12:13:12 -07:00
1 parent 77645c75b1
commit 2889ff978a
10 files changed
+91 -91

No files matched your search

+2 -2
View File
@@ -15,7 +15,7 @@ module.exports = {
name: "discord",
description: "Find a Discord user from a Gamertag",
value: "discord",
type: ApplicationCommandOptionType.SubCommand,
type: ApplicationCommandOptionType.Subcommand,
options: [{
name: "gamertag",
description: "Gamertag of player",
@@ -27,7 +27,7 @@ module.exports = {
name: "gamertag",
description: "Find a Gamertag from a Discord user",
value: "gamertag",
type: ApplicationCommandOptionType.SubCommand,
type: ApplicationCommandOptionType.Subcommand,
options: [{
name: "user",
description: "Discord User",