mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Added setPlaying to docs
This commit is contained in:
@@ -1844,6 +1844,11 @@ var Client = (function () {
|
||||
}
|
||||
}));
|
||||
}
|
||||
}, {
|
||||
key: "playGame",
|
||||
value: function playGame(id) {
|
||||
this.setPlayingGame(id);
|
||||
}
|
||||
}, {
|
||||
key: "playingGame",
|
||||
value: function playingGame(id) {
|
||||
|
||||
Reference in New Issue
Block a user