Aurora Gen is a powerful and customizable Discord Generation Bot built with Node.js (discord.js v14).
It allows users to generate items (like accounts, keys, files, etc.) from premade stock files in a secure and automated way.
- ✅
.gencommand to generate stock items - ✅
.stockcommand to view available stock - ✅ Owner-only commands
- ✅ Role-based permissions
- ✅ Auto stock removal when used
- ✅ Customizable prefix
- ✅ Easy to host (Replit / VPS / Local)
- ✅ Environment variable support (.env)
- Node.js v16+
- Discord Bot Token
- (Optional) Specific channel ID for
.genusage
git clone https://github.com/realsunil/aurora-gen-bot.git
cd aurora-gen-botnpm installTOKEN=your_discord_bot_token
PREFIX=.
GEN_CHANNEL_ID=123456789012345678 # optional
OWNER_IDS=
node index.jsOR
npm startgit clone https://github.com/realsunil/Aurora-gen-bot.git cd aurora-gen-bot