TypeScript快速制作Discord机器人CLI

使用make-bot.ts CLI在TypeScript中快速创建Discord机器人。安装:npm i -g make-bot.ts@latest,创建bot:make bot "NAME" --token "TOKEN",移动到bot目录:cd "NAME",配置远程仓库:git remote remove origin,git remote add origin "YOUR REMOTE LINK",添加第一个命令:make command "NAME",运行bot:npm run start。

zip
make-bot_ts-master.zip 预估大小:11个文件
folder
make-bot.ts-master 文件夹
file
.gitignore 44B
file
tsconfig.json 266B
file
package.json 1KB
folder
src 文件夹
file
index.ts 10KB
file
events.json 2KB
file
readme.md 1011B
file
.npmignore 19B
folder
templates 文件夹
file
listener 185B
file
command 231B
file
ghomap 295B
file
enmap 232B
zip 文件大小:7.37KB