Tomato6966 / Musicium

An advanced Discord Music Bot with a Dashboard, using distube.js.org having an interactive button & menu system and many features! Supported Features: Spotify • YouTube • SoundCloud • Live Stream • Audio Filtering • DJ Roles • Autoplay • Autoresume • Dashboard + Live Queue • ...
https://musicium.eu
GNU General Public License v2.0
298 stars 310 forks source link

Can't edit the presence activity #85

Closed haghest closed 3 years ago

haghest commented 3 years ago

I added client.on("ready", () => { client.user.setActivity("+help", { type: "LISTENING" }); require("./dashboard/index.js")(client); }) in the index.js, but after the bot online, the status just changed around 3 second and then back again to default presence Guild | 1k Members.

junny2233 commented 3 years ago

Shutdown the bot and make sure is offline by checking in the discord server or just shutdown wait 2 - 5 minutes

Tomato6966 commented 3 years ago

First.

Go to index.js and edit/delete the presence of the client (default)

Second.

Shutdown the Bot until its marked as offline. Then start it again!

Crspy2 commented 3 years ago

In order to change the status/activity of the bot, you need to go to /handlers/functions.js. At the bottom there is another option to change the status/activity and the bot only registers that.