secret-santa
Draws Secret Santa names for a Slack, Discord or Webex channel and messages each person their match. The authors run it as a hosted service; this is the code behind it.
Every listing whose runtime names Discord. Derived from the records on this site, not curated.
Draws Secret Santa names for a Slack, Discord or Webex channel and messages each person their match. The authors run it as a hosted service; this is the code behind it.
Gives a Slack or Discord channel a live shell or language REPL, each session running in its own container. Handing chat members a shell is exactly as dangerous as it sounds.
An always-on agent that works at the level of the whole machine: long-term memory, a scheduler, several cooperating agents, and Discord and Telegram as its front doors. Documentation is largely in Chinese.
Posts a daily digest of tech news and memes into Telegram, Discord and Matrix rooms, scheduled by GitHub Actions rather than a server you keep running.
A Pokémon collecting game that lives inside Discord: creatures appear in chat, you catch and train them, and you trade and battle with other members.
A self-hosted personal AI agent in Python with a web UI, tool calling, memory and MCP, which can also answer in Discord and other chat apps.
Bridges moderation between Matrix and Discord, so that a ban or a removal on one side lands on the other.
A Go rewrite of OpenClaw: one binary that fronts many LLM providers and runs teams of agents across Discord, Slack and other channels, with tenants kept apart in Postgres.
Composes Discord's rich embed messages in a visual editor and posts them to a channel through a webhook. It is a web application with a Discord bot alongside it: use the authors' hosted instance at message.style, or run your own.
Puts a DeepSeek Harness agent behind your chat accounts: a message arriving in Feishu, WeChat, DingTalk, QQ, Slack, Telegram, Discord or WhatsApp is handed to the agent you are already running, and the reply comes back in the same thread. It connects an agent you supply; it is not the agent.
A terminal client for reading and posting to Discord. Its own README warns that automating a user account this way is against Discord's terms.
A Python library for the Discord API: your own program uses it to sign in as a bot account, receive events and send messages. It is the library, not a bot — there is nothing here to run on its own.
The Node.js side of the same job: a library your own program uses to sign in as a Discord bot account, handle events and send messages. It is the library, not a bot — you supply the program.
A patched build of the Discord desktop app that lets you sign in as a bot account.
A small Discord housekeeping bot: plays music and clears messages on command.
A script that performs the minimum bot activity Discord requires before it will grant the Active Developer badge.
A C library that wraps the Discord API. You build a bot against it; it is not one.
A Discord bot that relays a channel's chat to hosted or local language models. You supply the API keys.
An all-in-one Discord server bot on discord.js and PostgreSQL: moderation, an economy game, tickets and the usual utilities.
A local-first home assistant: runs models on your own hardware through llama.cpp, Transformers or MLX, listens on voice satellites, and answers from Discord, Matrix, IRC, Telegram, HomeKit and Home Assistant.
A self-hosted, fully modular Discord bot: you turn cogs on and off to make it a moderator, a music player, a trivia host, or all three.
A chat bot that puts GPT-class models behind Telegram, Discord, Slack and Kook accounts, with tool calls and a plugin system. Its README says “This project is not abandoned, just no new features are planned”, which we read on 2026-09-13.
A self-hosted Discord music bot in Java: it joins a voice channel and plays queued tracks from YouTube, SoundCloud and radio streams.
A self-hosted platform for putting an LLM behind a chat account on many networks at once — Discord, Slack, Telegram, LINE, QQ, Feishu, DingTalk, WeChat, Matrix — with plugins and a knowledge base. Most of its documentation is in Chinese.
The source of OwO Bot, a Discord game bot built around collecting and battling.
A Discord music bot with a web dashboard. It does not fetch or decode audio itself: its configuration file says it will not work without a Lavalink server, and what it can play from is whatever that server supports.
A Go fleet manager that runs several self-hosted AI agents on one machine and wires them into a Discord channel.