📜  commandFile.run 不是函数 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:32.236000             🧑  作者: Mango

代码示例1
const Discord = require('discord.js');
// Import other necessary libraries, require files, etc...

module.exports.run = async (bot, message, args) => {
  ...
};

module.exports.config = {
  ...
};