create-discord-bot-structure
v1.0.0
Published
Scaffold a modern Discord.js bot project with commands/functions loaders, env, and AI instructions.
Downloads
19
Maintainers
Readme
create-discord-bot-structure
Scaffold a modern Discord.js bot with slash commands, function/event loader, .env, and AI instructions in seconds.
Quick Start
Using npx:
npx create-discord-bot-structure my-bot
cd my-bot
npm i discord.js dotenv chalk figlet
# Fill .env (TOKEN, CLIENT_ID, optional GUILD_ID, STRICT_SERVER)
npm start