mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Added setPlaying to docs
This commit is contained in:
@@ -1571,6 +1571,10 @@ class Client {
|
||||
|
||||
}
|
||||
|
||||
playGame(id){
|
||||
this.setPlayingGame(id);
|
||||
}
|
||||
|
||||
playingGame(id){
|
||||
|
||||
this.setPlayingGame(id);
|
||||
|
||||
Reference in New Issue
Block a user