delete unused files

This commit is contained in:
2023-04-16 02:01:56 +02:00
parent 3d2022d1dd
commit e17c7601da
4 changed files with 0 additions and 213 deletions

View File

@ -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')
}
})