debug event param types

This commit is contained in:
SowinskiBraeden committed 2023-06-19 21:47:14 -07:00
1 parent ad8b2431c3
commit ec3ee4bb0c
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -15,7 +15,7 @@ module.exports = {
name: "player-track",
description: "track a player and announce location",
value: "player-track",
type: 2,
type: 1,
options: [{
name: "gamertag",
description: "Gamertag of player",
@@ -52,7 +52,7 @@ module.exports = {
name: "delete",
description: "delete an active event",
value: "delete",
type: 2
type: 1
}],
SlashCommand: {
/**