2022-11-10 07:34:03 +01:00
|
|
|
# kd_discord_bot
|
|
|
|
|
2022-11-26 23:09:15 +01:00
|
|
|
## Test Bot
|
|
|
|
|
|
|
|
To test the bot run unittests or call ```cpl test```.
|
|
|
|
Configure test instance by creating the file ./test/ui_tests/.env and set following environment variables:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
KDB_TEST_DB_PASSWORD=
|
|
|
|
KDB_TEST_NAME=
|
|
|
|
KDB_TEST_TOKEN=
|
|
|
|
KDB_TEST_DISCORD_MAIL=
|
|
|
|
KDB_TEST_DISCORD_PASSWORD=
|
|
|
|
```
|