TravBot-v3/src/commands/template.ts
2021-04-10 14:08:36 -05:00

7 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
}
});