#how to activate /goal command

1 messages Β· Page 1 of 1 (latest)

steel cove
#

.

vapid muralBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

obsidian wolfBOT
young brookBOT
# steel cove .

I checked the current command docs/source: there isn’t a built-in /goal slash command to activate.

For Discord, native slash commands are normally registered automatically when the gateway starts:

{
  commands: {
    native: "auto",
    nativeSkills: "auto",
    text: true
  }
}

If slash commands are missing, first check your version and health:

young brookBOT