remove deprecated response types
This commit is contained in:
		
							parent
							
								
									97ce6d1f36
								
							
						
					
					
						commit
						8d18f6b1ab
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -135,10 +135,6 @@ export interface SlashCommandPayload extends SlashCommandPartial { | |||
| export enum InteractionResponseType { | ||||
|   /** Just ack a ping, Http-only. */ | ||||
|   PONG = 1, | ||||
|   /** @deprecated **DEPRECATED:** Do nothing, just acknowledge the Interaction */ | ||||
|   ACKNOWLEDGE = 2, | ||||
|   /** @deprecated **DEPRECATED:** Send a channel message without "<User> used /<Command> with <Bot>" */ | ||||
|   CHANNEL_MESSAGE = 3, | ||||
|   /** Send a channel message as response. */ | ||||
|   CHANNEL_MESSAGE_WITH_SOURCE = 4, | ||||
|   /** Let the user know bot is processing ("thinking") and you can edit the response later */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue