silvanus/dot-commands/_template

10 lines
163 B
Plaintext
Raw Normal View History

2023-05-16 17:24:42 +00:00
const fn = require('../modules/functions.js');
module.exports = {
name: "",
description: "",
usage: "",
execute(message, commandData) {
// Code here...
}
}