# Discord AI Bot
URL: /work/discord_ai_bot
Source: https://raw.githubusercontent.com/techwithanirudh/minimalistic-portfolio/refs/heads/main/content/work/discord_ai_bot.mdx

A Discord bot that can chat, search the web, and talk in voice channels.



Discord AI Bot answers questions in text channels and can join voice channels to listen and talk.

## How it works [#how-it-works]

Slash commands handle text messages. The Vercel AI SDK connects the bot to OpenAI, Anthropic, OpenRouter, or Google. Voice uses a speech-to-text and text-to-speech pipeline. The bot also has web search and memory, while Upstash Redis handles rate limits.

## Stack [#stack]

* Bun, TypeScript, discord.js.
* OpenAI/Anthropic/OpenRouter/Google providers.
* Upstash Redis, Pino, ESLint/Prettier.


Last updated on August 3, 2026