import { Args, Command } from '@sapphire/framework'; import { Message } from 'discord.js'; export default class extends Command { public async run(message: Message, _args: Args) { return message.channel.send('hi'); } }
© 2026 Hedgehog Software, LLC