nodbot/commands/mapcommands.js

9 lines
190 B
JavaScript
Raw Normal View History

2021-07-18 18:56:45 +00:00
const functions = require('../functions.js');
module.exports = {
name: 'mapcommands',
description: '',
execute(message, file) {
console.log(functions.mapCommands(message.client));
}
}