This commit is contained in:
		@@ -1,8 +1,9 @@
 | 
			
		||||
import { Command } from '../structures/command'
 | 
			
		||||
export default new Command({
 | 
			
		||||
	name: 'ping',
 | 
			
		||||
	description: 'Does a pong',
 | 
			
		||||
	description: 'Does a pong, duh',
 | 
			
		||||
	run: async ({ interaction }) => {
 | 
			
		||||
		interaction.reply('pong')
 | 
			
		||||
		console.log(`Ping interaction received.`)
 | 
			
		||||
		interaction.followUp('pong')
 | 
			
		||||
	}
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user