Link Search Menu Expand Document

Bot.setStatus()

Bot.setStatus({type: "watching", text: "youtube"})

Above you can see a code example Bot.setStatus() sets the bot’s status. Look below to see a picture of a bot status.

A Bot Status

For the status above the code would be

Bot.setStatus({type: "watching", text: "The Easy DJS Server"})

The possible types:

  • watching
  • listening
  • playing