register commands to guilds the bot is in
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/pong.ts
Normal file
8
server/commands/pong.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { Command } from '../structures/command'
|
||||
export default new Command({
|
||||
name: 'ping',
|
||||
description: 'Does a pong',
|
||||
run: async ({ interaction }) => {
|
||||
interaction.reply('pong')
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user