x
This commit is contained in:
		
							parent
							
								
									218e3e7ddf
								
							
						
					
					
						commit
						68cf1105c1
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		|  | @ -41,9 +41,8 @@ export function init(options: DeploySlashInitOptions): void { | |||
|     try { | ||||
|       const d = await client.verifyFetchEvent(evt) | ||||
|       if (d === false) { | ||||
|         console.log('not authorized') | ||||
|         await evt.respondWith( | ||||
|           new Response('not authorized', { | ||||
|           new Response('Not Authorized', { | ||||
|             status: 400 | ||||
|           }) | ||||
|         ) | ||||
|  | @ -51,12 +50,10 @@ export function init(options: DeploySlashInitOptions): void { | |||
|       } | ||||
| 
 | ||||
|       if (d.type === InteractionType.PING) { | ||||
|         console.log('ping pong') | ||||
|         await d.respond({ type: InteractionResponseType.PONG }) | ||||
|         return | ||||
|       } | ||||
| 
 | ||||
|       console.log('slash command', d.name) | ||||
|       await (client as any)._process(d) | ||||
|     } catch (e) { | ||||
|       console.log(e) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue