Discord moderation bot for NAUR.
Run make start
after providing the appropriate environment variables listed below in the .env
file.
Postgres-related information is configured in the environment variables instead of a pre-created user/password.
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.