A Moderation Fluxer bot designed to keep your server moderated at all times
  • TypeScript 99.5%
  • Dockerfile 0.5%
2026-04-03 03:33:39 +02:00
.github/workflows fix(docker): oops, dev branch isn't supposed to get uploaded 2026-03-08 22:30:34 +01:00
commands feat: opt-out, level channel, level roles, dynamic help 2026-03-21 10:50:54 +01:00
database feat: Blacklisting. (I might improve this) 2026-03-25 23:41:30 +01:00
scripts feat: Blacklisting. (I might improve this) 2026-03-25 23:41:30 +01:00
utils feat: debug mode 2026-03-23 17:57:18 +01:00
.dockerignore fix(docker): I suppose this should fix the error when starting docker compose 2026-03-05 20:07:43 +01:00
.gitignore feat: Added moderation and made the database. Also should I add bun.lock to gitignore? 2026-03-05 19:25:30 +01:00
bun.lock feat: level up is now sent in embeds instead of plain text 2026-04-03 03:30:05 +02:00
CONTRIBUTING.md feat: I think I nuked the last thing with whitelist. Also CONTRIBUTING.md yay! 2026-03-08 22:51:56 +01:00
docker-compose.yml fix(docker): I forgot socket still existed there 2026-03-13 01:27:21 +01:00
Dockerfile feat: Ok not a feature yet but I have to test this with docker 2026-03-05 23:10:44 +01:00
index.ts fix: guilds show up as 0 on start-up 2026-04-03 03:33:39 +02:00
LICENSE Initial commit 2026-03-05 19:25:30 +01:00
package.json feat: Blacklisting. (I might improve this) 2026-03-25 23:41:30 +01:00
README.md First commit with some utils to start off 2026-03-05 19:25:30 +01:00
tsconfig.json First commit with some utils to start off 2026-03-05 19:25:30 +01:00

capacitor

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.18. Bun is a fast all-in-one JavaScript runtime.