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