The repository for EllieBot
https://elliebot.net
- C# 99.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo | ||
| .github/workflows | ||
| docs | ||
| src | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| CHANGELOG.md | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| EllieBot.sln | ||
| LICENSE.AGPLv3 | ||
| LICENSE.md | ||
| privacy-policy.md | ||
| README.md | ||
EllieBot
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