Skip to content

EximiaStudios/discord-custom-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Custom Status

A Discord bot widget to set the status of the bot.

Setup

  1. Follow the instructions in create-discord-bot.

  2. Download this widget and move it into the src/widgets folder.

  3. Open config.js to configure your own settings:

module.exports = {
  status: "EximiaStudios debut game!",
  activityType: "PLAYING",

  // Available types are:
  //     PLAYING
  //     STREAMING
  //     LISTENING
  //     WATCHING
  //     CUSTOM_STATUS
  //
  // Currently CUSTOM_STATUS does not work with a Bot
};

About

A Discord bot widget to set the status of the bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published