文件名称:SupaBotBase:一个易于使用的Discord Bot基础,具有消息和斜杠命令支持,是为discord.js设计的
文件大小:25KB
文件格式:ZIP
更新时间:2024-02-28 19:48:39
bot discord discordjs bot-framework base
SupaBotBase 一个易于使用的Discord.js Bot基础,带有消息和斜杠命令支持。 文献资料 查看以获取文档。 例 bot.js // Require the SupaBotBase package const SupaBotBase = require ( "SupaBotBase" ) ; // Construct the bot let bot = new SupaBotBase ( { dir : __dirname } ) ; // Load the commands in the "commands" directory bot . loadCommands ( "commands" ) . then ( async ( ) => { // Start the bot and wait until it's started await bot .
【文件预览】:
SupaBotBase-master
----package.json(635B)
----.github()
--------ISSUE_TEMPLATE()
----test()
--------functions()
--------config.js(1KB)
--------commands()
--------events()
--------bot.js(1KB)
----LICENSE(1KB)
----src()
--------SupaBotBase.js(16KB)
--------Database.js(1KB)
--------SlashCommandHandler.js(8KB)
--------MessageHandler.js(10KB)
--------SlashRegister.js(4KB)
--------ErrorHandler.js(9KB)
--------CommandConstructor.js(3KB)
----.gitignore(1KB)
----README.md(2KB)