From 8bd7fe6b1dccc6811f25a5d46b5c9ed9163e75b9 Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Sun, 19 Jun 2022 04:32:35 -0700 Subject: [PATCH] fix heroku env --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 0364f21..f363e51 100644 --- a/app.json +++ b/app.json @@ -20,7 +20,7 @@ }, "PRERELEASES": { "description": "Whether to download lavalink prereleases.", - "value": true, + "value": "true", "required": false }, "GITHUB_REPO": {