qeled / discordie

Predictable JavaScript abstractions for Discord API.
https://qeled.github.io/discordie/
BSD 2-Clause "Simplified" License
190 stars 45 forks source link

.setGame() and .setStatus() documentation is incorrect. #126

Closed ghost closed 5 years ago

ghost commented 6 years ago

client.User.setGame("with code"); doesn't set the bot's status to "Playing with code" neither does client.User.setGame({name: "with code"});

The only thing i've found that works is client.Users.setGame({type: 0, name: "with code"});

This should be updated in documentation.

curtisf commented 6 years ago

This is fixed in the dev branch.

ghost commented 6 years ago

@caf203 why isn't it in master?

curtisf commented 6 years ago

If you haven't noticed, this repository is basically dead.

ghost commented 6 years ago

@caf203 why doesn't he just merge it with master?

voiding commented 6 years ago

probably still in development and unstable