How to set a discordie discord bot to be playing a game?

7.1k views Asked by At

I recently have been making a discordie bot, and noticed that some discord bots say for example "Playing #help for help". I was wondering if there is any way todo that with discordie, and if not, if there is a way todo that with my bot which currently uses discordie. Thank you! I am using javascript if that helps.

1

There are 1 answers

0
ichthyoid On BEST ANSWER

Use: client.User.setGame('#Help for help');

Discordie documentation