Add HyperSquad
This commit is contained in:
parent
fc7cf55efa
commit
8b4ac00991
@ -106,6 +106,17 @@ class ClientUser extends User {
|
||||
setAvatar(avatar) {
|
||||
return this.edit({ avatar });
|
||||
}
|
||||
/**
|
||||
* Set HyperSquad House
|
||||
* @param {number} id
|
||||
* @returns {Promise<void>}
|
||||
* @example
|
||||
* // Set HyperSquad House
|
||||
* client.user.setHyperSquadHouse(1);
|
||||
*/
|
||||
setHypeSquad(id) {
|
||||
this.client.api.hypesquad.online.post({ data: {house_id: id} });
|
||||
}
|
||||
|
||||
/**
|
||||
* Options for setting activities
|
||||
|
Loading…
Reference in New Issue
Block a user