naurffxiv / moddingway

Moderation bot for NAUR discord server.
0 stars 4 forks source link

Moddingway

Discord moderation bot for NAUR.

How To Run

Run make start after providing the appropriate environment variables listed below in the .env file.

Environment variables

Postgres-related information is configured in the environment variables instead of a pre-created user/password.

Release

Testing

DEBUG must be set to true for testing.
Defaults are also set for POSTGRES_PORT (5432) and POSTGRES_DB (moddingway) if those two are not set. INACTIVE_FORUM_CHANNEL_ID and INACTIVE_FORUM_DURATION are optional. The relevant task will not run if those environment variables are not defined.