import { Interaction } from 'detritus-client'
import { BaseSlashCommand } from '../base'
export default class PingCommand extends BaseSlashCommand {
async run (context: Interaction.InteractionContext): Promise<void> {
await context.editOrRespond(context, 'Pong!')