HypeSquad
Created by catcat1204 Edited by aiko-chan-ai
This commit is contained in:
		
							
								
								
									
										6
									
								
								typings/enums.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								typings/enums.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -103,6 +103,12 @@ export const enum GuildScheduledEventStatuses {
 | 
			
		||||
  CANCELED = 4,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export const enum HypeSquadOptions {
 | 
			
		||||
  HOUSE_BRAVERY = 1,
 | 
			
		||||
  HOUSE_BRILLIANCE = 2,
 | 
			
		||||
  HOUSE_BALANCE = 3,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export const enum InteractionResponseTypes {
 | 
			
		||||
  PONG = 1,
 | 
			
		||||
  CHANNEL_MESSAGE_WITH_SOURCE = 4,
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								typings/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								typings/index.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -636,7 +636,7 @@ export class ClientUser extends User {
 | 
			
		||||
  public setPresence(data: PresenceData): ClientPresence;
 | 
			
		||||
  public setStatus(status: PresenceStatusData, shardId?: number | number[]): ClientPresence;
 | 
			
		||||
  public setUsername(username: string): Promise<this>;
 | 
			
		||||
  public setHypeSquad(id: number): Promise<void>;
 | 
			
		||||
  public setHypeSquad(type: HypeSquadOptions<Number|String>): Promise<void>;
 | 
			
		||||
  // Selfbot
 | 
			
		||||
  public readonly nitro: boolean;
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user