TravBot-v3/src/commands/template.ts

8 lines
187 B
TypeScript
Raw Normal View History

import {Command, NamedCommand} from "../core";
export default new NamedCommand({
2021-04-10 13:34:55 +00:00
async run({send, message, channel, guild, author, member, client, args}) {
// code
}
});