import {Command, NamedCommand} from "../core"; export default new NamedCommand({ async run({message, channel, guild, author, member, client, args}) { // code } });