Now playing.
mryansulbi opened this issue · 6 comments
hello sir! i'm new here to creating my own bot. so randomly i find this project and i'm so excited with this project.
And thank you very much.
so, i have a question. it is possible change the now playing from the status to channelmessage?
if dont mind, can you tell me how to do that?
so its okay if you dont wanna to anwser my question.
THANK YOU :D
Hey there, if you wish to change this, fork this repo and inside src/classes/Player.js
you'll need to change the implementation of the updatePresence()
method so the bot's status gets updated to what you want.
Ahhh, that's way different, I thought you were talking about the bot's presence.
You would need to have the text channel ID saved somewhere and when the bot starts up you would fetch the channel, save its reference and everytime the bot changes it's song send a message like that. Currently the bot does not do that so you would need to implement that yourself.
AHHH THANK YOU VERY MUCH...
i'll try that method, thank you sir.
Good luck!