|
|
@ -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}!`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|