mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +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);
|
return this.setStatusIdle(callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
setPlayingGame(game) {
|
setPlayingGame(game, callback) {
|
||||||
return this.setStatus(null, game);
|
return this.setStatus(null, game, callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue