debug event param types
This commit is contained in:
2 files changed
+3
-3
No files matched your search
+2
-2
@@ -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: {
|
||||
/**
|
||||
|
||||
Reference in new issue
Block a user