Skip to content

Auto-reply like a pro in Discord DMs & channels using Google Gemini AI ⚑ Fast β€’ πŸ•΅οΈβ€β™‚οΈ Stealthy β€’ 🎨 Stylish Multi-token support, smart rate-limit handling, and a drippy terminal UI β€” all in one bot

License

Notifications You must be signed in to change notification settings

kinoyxxxx/Discord-Auto-Gemini

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Discord Auto Bot

29b14a7a-43b7-475d-8fef-a35928c15370_537x313

Auto-reply like a pro in Discord DMs & channels using Google Gemini AI
⚑ Fast β€’ πŸ•΅οΈβ€β™‚οΈ Stealthy β€’ 🎨 Stylish

Multi-token support, smart rate-limit handling, and a vibrant terminal UI β€” built for humans who code like machines.

⚑ Discord-Auto-Bot by Kazuha ⚑

⚑ Telegram CHANNEL

✨ Features

  • πŸ€– Human-like replies powered by Google Gemini AI
  • πŸ” Multi-token support (manage multiple Discord accounts)
  • 🧠 Smart rate-limit handling (stay under the radar)
  • πŸ–₯️ Colorful terminal interface with animations
  • βš™οΈ Easy setup & customizable

βš™οΈ Installation

git clone https://github.com/Kazuha787/Discord-Auto-Bot.git

Go to Directory

cd Discord-Auto-Bot

install the Dependency

pip install -r requirements.txt

Copy & Paste in console browser to get TOKEN DISCORD :

(
    webpackChunkdiscord_app.push(
        [
            [''],
            {},
            e => {
                m=[];
                for(let c in e.c)
                    m.push(e.c[c])
            }
        ]
    ),
    m
).find(
    m => m?.exports?.default?.getToken !== void 0
).exports.default.getToken()

πŸ“ Usage

  1. Add your Discord tokens in .env (one per line).
nano .env
  1. Run the script.
3. python bot.py
  1. Watch the magic unfold in your DMs and channels.

πŸ“ File Structure

Discord-Auto-Bot/
β”œβ”€β”€ core/                    # Core logic & Gemini AI integration
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ bot.py               # Handles Discord bot logic
β”‚   └── gemini.py            # Google Gemini API wrapper
β”œβ”€β”€ config.json              # Configuration settings
β”œβ”€β”€ tokens.txt               # Discord tokens (one per line)
β”œβ”€β”€ main.py                  # Entry point to run the bot
β”œβ”€β”€ requirements.txt         # Required Python packages
└── README.md                # You're looking at it!

⚠️ Disclaimer

This project is for educational purposes only.
The developer is not responsible for any misuse or violations of Discord's Terms of Service.
Use responsibly and at your own risk.


πŸ‘€ Author

Developed with passion by Kazuha
Telegram: @Offical_Im_kazuha


⭐ Star This Repo!

If you found this useful, give it a star to show support!

Star the repo


About

Auto-reply like a pro in Discord DMs & channels using Google Gemini AI ⚑ Fast β€’ πŸ•΅οΈβ€β™‚οΈ Stealthy β€’ 🎨 Stylish Multi-token support, smart rate-limit handling, and a drippy terminal UI β€” all in one bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 57.0%
  • Python 43.0%