TravBot-v3/src/commands/template.ts

8 lines
200 B
TypeScript
Raw Normal View History

2021-04-10 19:08:36 +00:00
import {Command, NamedCommand, RestCommand} 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
}
});