The repository for EllieBot https://elliebot.net
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-28 20:35:13 +12:00
.forgejo Updated the release.yml file to use the new Authorized Integrations feature (for real this time) 2026-08-27 21:29:29 +12:00
.github/workflows Update .github/workflows/mkdocs-deploy.yml 2025-09-15 09:58:12 +00:00
docs fix: fixed cdn url in .random[cat/dog/bird] commands 2026-05-23 16:47:25 +12:00
src fix: fixed .curtrs showing empty 2026-08-28 20:35:13 +12:00
.dockerignore dockerfile improvements, changed env prefix to bot_ 2025-02-13 12:38:00 +13:00
.editorconfig added .editorconfig 2025-03-23 13:58:50 +13:00
.gitignore fix: fixed publish strings merger 2026-03-15 00:17:55 +13:00
CHANGELOG.md fix: fixed .curtrs showing empty 2026-08-28 20:35:13 +12:00
docker-entrypoint.sh docker .so overwrite on new version 2026-03-17 02:13:32 +13:00
Dockerfile initial database migration 2026-03-30 18:02:21 +13:00
EllieBot.sln command handler perf, voice optimizations, input sanitization, misc bug fixes 2026-04-15 19:26:33 +12:00
LICENSE.AGPLv3 Updated some license stuff 2025-06-19 22:52:17 +12:00
LICENSE.md Forgot the .md extension 2025-06-19 22:53:40 +12:00
privacy-policy.md Added privacy-policy.md 2024-07-08 14:37:13 +12:00
README.md fix: wiki and wikia should no longer fail with 403 error 2026-07-13 19:59:34 +12:00

EllieBot

Please don't upload to GitHub Latest Release Build Status

EllieBot is an open source Discord bot. It is written in C# and is built on .NET 9.

If you want to run your own instance of EllieBot, please check out the Self hosting Guides and Docs

If you have any questions, please visit our Discord support server

Installation

Default option

You many want to consider using upllie if you want to run the bot on your PC.

Hosting on a linux server

If you want your bot to be online 24/7, you should host it on a linux vps.

Docker

There is an official Docker image for a simple setup Short version:

  docker run -d --name ellie toastielab.dev/elliebotdevs/elliebot:v6 -e bot_token=YOUR_TOKEN_HERE -v "./data:/app/data" && docker logs -f --tail 500 ellie