main
suhas 2 years ago
parent 55d8df5f28
commit 6837f27118

@ -5,11 +5,11 @@ export default class PingCommand extends SlashCommand {
super(creator, { super(creator, {
name: 'ping', name: 'ping',
description: 'pongs' description: 'pongs'
}); })
} }
// eslint-disable-next-line @typescript-eslint/no-unused-vars // eslint-disable-next-line @typescript-eslint/no-unused-vars
async run(_ctx: CommandContext) { async run(_ctx: CommandContext) {
return `pong from ${this.client.user.tag}!`; return `pong from ${this.client.user.tag}!`
} }
} }

Loading…
Cancel
Save