Go to file
Wizkiller96 0e309f30d3 fix: Adjusted emoji for fishing. 2025-05-10 04:38:33 -04:00
.github/workflows fix: fixed docker build. 2025-04-13 00:44:25 -04:00
docs docs: minor change. 2025-05-04 13:49:32 -04:00
src fix: Adjusted emoji for fishing. 2025-05-10 04:38:33 -04:00
.dockerignore initial commit 2025-02-22 04:40:27 +00:00
.editorconfig dev: added .editorconfig 2025-03-22 18:45:47 +00:00
.gitignore Created v6 branch 2025-04-07 03:32:03 -04:00
CHANGELOG.md docs: upped version, updated changelog 2025-04-16 08:45:42 -04:00
Dockerfile Created v6 branch 2025-04-07 03:32:03 -04:00
LICENSE.AGPLv3 initial commit 2025-02-22 04:40:27 +00:00
LICENSE.md initial commit 2025-02-22 04:40:27 +00:00
README.md fix: fix broken links 2025-04-13 19:11:19 -04:00
WizBot.sln Created v6 branch 2025-04-07 03:32:03 -04:00
docker-entrypoint.sh Created v6 branch 2025-04-07 03:32:03 -04:00

README.md

WizBot

CI/CD

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

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

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

Installation

Default option

You may want to consider using WizBot Updater if you want to run 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 wizbot ghcr.io/wizkiller96/wizbot:v6 -e bot_token=YOUR_TOKEN_HERE -v "./data:/app/data" && docker logs -f --tail 500 wizbot

Contributing to WizBot

We love your input! We want to make contributing to this project as easy as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Contribution

By submitting code, content, or materials via pull request or similar means ("Contribution"), you irrevocably assign all intellectual property rights (including copyright and patents) to WizBot Repository Owner and affirm you either:

  • (a) own the Contribution outright, or
  • (b) it is licensed under compatible terms permitting unrestricted relicensing.

You grant the WizBot Repository Owner perpetual, worldwide rights to use, modify, distribute, and sublicense the Contribution under AGPLv3, a commercial license, or any other terms without compensation.

These terms survive termination of this agreement.