From 27f678b9785a83a1547068e9dc47a912b49b9743 Mon Sep 17 00:00:00 2001 From: jude Date: Thu, 5 May 2022 10:19:19 +0100 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e34ba57..b15a690 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ The bot connects to the MySQL server URL defined in a `.env` file in the working Config options: * `DISCORD_TOKEN`- your token (required) * `DATABASE_URL`- your database URL (required) -* `DISCONNECT_CYCLES`- specifies the number of inactivity cycles before the bot should disconnect itself from a voice channel -* `DISCONNECT_CYCLE_DELAY`- specifies the delay between cleanup cycles * `MAX_SOUNDS`- specifies how many sounds a user should be allowed without Patreon * `PATREON_GUILD`- specifies the ID of the guild being used for Patreon benefits * `PATREON_ROLE`- specifies the role being checked for Patreon benefits * `CACHING_LOCATION`- specifies the location in which to cache the audio files (defaults to `/tmp/`) +* `UPLOAD_MAX_SIZE`- specifies the maximum upload size to permit in bytes. Defaults to 2MB