TravBot-v3/src/commands/template.ts

8 lines
200 B
TypeScript

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