buzzes.djs:Discord.Js框架使机器人变得容易

时间:2024-06-03 21:27:10
【文件属性】:

文件名称:buzzes.djs:Discord.Js框架使机器人变得容易

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-03 21:27:10

JavaScript

基本Discord.js FrameWork使机器人变得容易 入门 const { Client } = require ( "buzzes.djs" ) //requires the lib const client = new Client ( ) ; const prefix = "!" client . on ( "ready" , ( ) => { client . init ( { CommandDir : "commands" , usedefaultCommands : true } ) //CommandDir must be a string } ) client . on ( 'message' , ( msg ) => { if ( ! msg . guild || msg . author . bot || ! msg . content . s


【文件预览】:
buzzes.djs-main
----docs.md(2KB)
----package.json(241B)
----readme.md(2KB)
----.npmignore(178B)
----.gitignore(136B)
----lib()
--------Reactions.js(580B)
--------index.js(345B)
--------Message.js(696B)
--------default-commands()
--------database()
--------Client.js(4KB)
--------config.json(523B)
--------Permissions.js(2KB)

网友评论