add the necessary types for server assisted selfbotting
This commit is contained in:
		
							parent
							
								
									aa7a5b126b
								
							
						
					
					
						commit
						44ddb97e08
					
				| @ -12,11 +12,13 @@ export interface Interaction { | ||||
| } | ||||
| 
 | ||||
| export enum InteractionType { | ||||
| 	SelfCommand = 0, | ||||
| 	Ping = 1, | ||||
| 	ApplicationCommand = 2, | ||||
| } | ||||
| 
 | ||||
| export enum InteractionResponseType { | ||||
| 	SelfCommandResponse = 0, | ||||
| 	Pong = 1, | ||||
| 	Acknowledge = 2, | ||||
| 	ChannelMessage = 3, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Erkin Alp Güney
						Erkin Alp Güney