forked from vee/bot
this is the only remaining fork i have
- TypeScript 97.1%
- JavaScript 1.8%
- HTML 0.9%
- Dockerfile 0.2%
| .vscode | fuck image hosts | |
| assets | fix hex colour parsing | |
| sql | add github linking | |
| src | cleanup useless things | |
| .editorconfig | silly refactor | |
| .env.example | Docker. | |
| .eslintrc.json | add proper help command | |
| .gitattributes | Fix image host detection | |
| .gitignore | add persistence & better organise commands | |
| build.mjs | add help categories | |
| Caddyfile | add Caddyfile | |
| Dockerfile | Docker. | |
| LICENSE | now free!! | |
| package.json | fix commands firing twice on msges with link | |
| pnpm-lock.yaml | Docker. | |
| README.md | add setup instructions | |
| tsconfig.json | oopsie | |
| venbot.service | add setup instructions | |
Venbot
Venbot is a Discord bot used on the Vencord Discord server.
This bot is extremely specific and not configurable so there is really no reason for you to want to self host it
Nevertheless it is still available under a free software license so you can easily audit and modify it!
Setup
Prequisites: git, nodejs, pnpm
- Clone the repository
- Copy
.env.exampleto.envand fill in all values - Copy
venbot.serviceto your systemd service directory. You might have to tweak theWorkingDirectoryvalue. - Enable & Start the
venbotsystemd service viasystemctl [--user] enable --now venbot