create-badut-dc

1.7.0 • Public • Published

create-badut-dc

Initialize a new Discord.js bot project. An Discord.js starter kit.

npx create-badut-dc@latest
# or
yarn create badut-dc
# or
pnpm create badut-dc

Generated app tree

.
├── src
│   ├── commands
│   │   ├── prefixes
│   │   │   ├── general
│   │   │   │   ├── help.js
│   │   │   │   └── ping.js
│   │   │   └── owner
│   │   │       └── eval.js
│   │   └── slash
│   │       └── general
│   │           └── ping.js
│   ├── common
│   │   └── functions.js
│   ├── events
│   │   ├── interactionCreate.js
│   │   ├── messageCreate.js
│   │   └── ready.js
│   └── index.js
├── .gitignore
├── .env
├── config.js
└── package.json

Package Sidebar

Install

npm i create-badut-dc

Weekly Downloads

2

Version

1.7.0

License

MIT

Unpacked Size

16.6 kB

Total Files

14

Last publish

Collaborators

  • jastinlt