Discord Bot

Bring Unlimited AI to Your Discord

Self-host your own Discord bot with access to 36 AI models. Fully customizable. Unlimited usage.

Setup in 5 Minutes

Create a Discord Application

Go to Discord Developer Portal and click "New Application". Give it a name β€” this will be your bot's username.

Navigate to the Bot tab and click "Reset Token". Copy the token. Then enable all 3 Privileged Gateway Intents.

Invite the Bot to Your Server

In the Developer Portal, go to OAuth2 β†’ URL Generator. Check bot and applications.commands under Scopes. Under Bot Permissions, check Send Messages, Read Message History, Use Slash Commands, and Attach Files.

Copy the URL, open it in your browser, and authorize the bot on your server.

Download & Configure

Download the bot template below. Open the folder and run:

cd discord-bot
npm install

Rename .env.example to .env and add your token and client ID.

Start the Bot

npm start

Your bot will come online and register all slash commands automatically. Type / in any channel to see them in action.

Commands

Your bot comes with these commands pre-installed. You can edit index.js to add, remove, or rename any of them.

CommandDescription
/chat <message>Chat with AI using your selected model
/search <query>Search the web with AI-generated answers
/merge <message> [models]Combine 2-3 AI models for one answer
/modelsList all 36 available AI models
/model <name>Switch your active AI model
/clearClear your conversation history
/infoShow your current model and stats
/helpShow all commands

Features

πŸ€– 36 AI Models

GPT-5, Claude Opus 4.7, Gemini 3, DeepSeek, Grok, Qwen, and more

♾️ Unlimited Usage

No caps, no limits. Send as many messages as you want

πŸ”„ Conversation Memory

Bot remembers context across messages (40-turn history)

πŸ” Web Search

Search the live web with cited sources

🧬 Merge AI

Combine multiple models to get the best of all worlds

πŸ”§ Fully Customizable

Edit commands, rename the bot, change behavior, add features

Download Bot Template

The template includes everything you need: index.js, package.json, .env.example, and SETUP.md with full instructions.

Download discord-bot.zip

Hosting 24/7 (Free)

Your bot needs to run 24/7 to respond to commands. Here are free hosting options:

Customization Guide

Everything in index.js is editable. Key areas: