big update of structure
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
8
server/commands/listEvents.ts
Normal file
8
server/commands/listEvents.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { Command } from '../structures/command'
|
||||
export default new Command({
|
||||
name: 'list',
|
||||
description: 'Lists upcoming events',
|
||||
run: async ({ interaction }) => {
|
||||
interaction.reply('Hello')
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user