mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Add a callback to setPlayingGame
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user