shitcorp / discord-bot-dashboard

The npm package for using the Discord Bot Dashboard inside your own source code
312 stars 124 forks source link

Update setGame to setActivity #81

Closed Huskydog9988 closed 4 years ago

Huskydog9988 commented 4 years ago

Changed the .setGame method to .setActivity as .setGame is deprecated. Also added options to change the activity type of the bot. Ex: from Playing to Listening.

Edit: Forgot to mention that the error with new chalk.constructor has been changed it to new chalk.Instance to prevent errors.

Huskydog9988 commented 4 years ago

Closing due to me realizing an error in the code