Bot that kicks inactive users after an specified period of time.
docker compose up -d
pnpm i
node .
Internal bot configuration is managed via a .env
file.
A template is provided alongside this repository.
Option | Description | Type |
---|---|---|
PG_USER | Database username | string |
PG_PASSWORD | Database password | string |
PG_DATABASE | Database name | string |
AK_PREFIX | Bot's Prefix | string |
AK_TOKEN | Bot token | string |
Other configuration options are server specific and must be configured
via the config set
command.
This bot, and it's components are all licensed under the MIT license.