文件名称:petals:Dumb Discord API包装器
文件大小:76KB
文件格式:ZIP
更新时间:2024-04-30 18:55:29
TypeScript
链接: - - Discord API Wrapper所做的只是进一步学习的目的(和打字稿,不能忘记打字稿)。 安装 npm i --save @skullbite/petals 基本用法 const Petals = require ( "@skullbite/petals" ) , bot = new Petals . Client ( { } ) bot . on ( "ready" , ( ) => console . log ( ` ${ bot . user . tag } is ready!` ) ) bot . on ( "msg" , ( m ) => { if ( m . content === "!hi" ) m . reply ( "hello!" ) } } ) bot . run ( "cool token here"
【文件预览】:
petals-master
----.github()
--------FUNDING.yml(17B)
----index.ts(744B)
----.eslintrc.js(1KB)
----src()
--------utils()
--------models()
--------commands()
--------http()
--------errors.ts(358B)
--------client.ts(9KB)
--------ws.ts(20KB)
----tsconfig.json(321B)
----LICENSE(34KB)
----README.md(2KB)
----.gitignore(26B)
----package-lock.json(64KB)
----package.json(974B)