mirror of
https://github.com/danbulant/discord.js
synced 2026-06-14 20:21:38 +00:00
Add a callback to setPlayingGame
This commit is contained in:
parent
2c565ebfaf
commit
f018ccebed
1 changed files with 2 additions and 2 deletions
|
|
@ -498,7 +498,7 @@ export default class Client extends EventEmitter {
|
|||
return this.setStatusIdle(callback);
|
||||
}
|
||||
|
||||
setPlayingGame(game) {
|
||||
return this.setStatus(null, game);
|
||||
setPlayingGame(game, callback) {
|
||||
return this.setStatus(null, game, callback);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue