docs(arabot): add database url as required env variable

This commit is contained in:
Anthony 2022-07-23 18:18:08 +01:00
parent c7402765ee
commit f67ad335a4

View File

@ -3,3 +3,6 @@ DISCORD_TOKEN= # Bot token from: https://discord.com/developers/
# Configuration
DEFAULT_PREFIX= # Prefix used to run commands in Discord
# Database URL (designed for Postgres, but designed on Prisma)
DATABASE_URL=