A Discord bot that checks Discord channel names for banned words and prevents renaming of them
Go to file
2022-11-24 12:12:50 +01:00
ci Base structure #2 2022-11-24 02:12:52 +01:00
src logchannel command 2022-11-24 12:12:50 +01:00
.gitignore Base structure 2022-11-23 13:23:25 +01:00
docker-compose.yml logchannel command 2022-11-24 12:12:50 +01:00
Dockerfile Base structure #2 2022-11-24 02:12:52 +01:00
index.ts logchannel command 2022-11-24 12:12:50 +01:00
LICENSE.md Base structure 2022-11-23 13:23:25 +01:00
package-lock.json logchannel command 2022-11-24 12:12:50 +01:00
package.json logchannel command 2022-11-24 12:12:50 +01:00
README.md Base structure #2 2022-11-24 02:12:52 +01:00
tsconfig.json logchannel command 2022-11-24 12:12:50 +01:00

eu.astrogd.white-leopard

A Discord bot that checks Discord channel names for banned words and prevents renaming of them

Environment variables

Name Description Required Example
TOKEN Discord bot token to log into the API with ▶️/🚀 NzYzMDP3MzE1Mzky...
DB_HOST Hostname of the database ▶️ 127.0.0.1:3546
DB_USERNAME Username of the database ▶️ root
DB_PASSWORD Password of the database ▶️ abc123
DB_DATABASE Database name ▶️ white-leopard
CLIENT_ID Client ID of the Discord appication associated with the token 🚀 763035392692274

Icon explanation:

  • ▶️ = Required in runtime
  • 🚀 = Required during CI/CD