Flaken Bot Generator

Pick your flakes, configure them, and download a ready-to-run Discord bot. No coding required.

Browse Flakes
Generate Bot
Loading flakes...
Loading flakes...
Downloads a zip with everything you need.

How to Use Your Bot

What's in the zip?

  • bot.py — Your bot with all selected flakes loaded
  • flakes/ — The individual flake modules
  • requirements.txt — Python dependencies
  • README.txt — Setup and hosting instructions

Setup Steps

  1. Create a bot at discord.com/developers
  2. Copy your bot token and enable Message Content Intent and Server Members Intent
  3. Extract the zip and run: pip install -r requirements.txt
  4. Set your token: set DISCORD_BOT_TOKEN=your_token (Windows) or export DISCORD_BOT_TOKEN=your_token (Linux/Mac)
  5. Run the bot: python bot.py

Command Styles

Each flake can use one of three command styles:

  • Hybrid — Commands work with both !prefix and /slash
  • Prefix — Commands work with ! only (no slash registration)
  • Appcmd — Commands work with / only (cleaner Discord UI)

Free Hosting

  • Render — Free tier, connects to GitHub, auto-deploys
  • Railway — Free tier with $5 credit
  • Fly.io — Free tier for small projects