From 02b6b7cfaa90f3063fdfc7bce081d94925002894 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:41:05 -0400 Subject: [PATCH] added disclaimer for api_url env var --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4ff2f1e..855cb2f 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ TOKEN=token-goes-here -API_URL=api_url_goes_here \ No newline at end of file +# Only change the API URL if you're using a selfhosted Revolt instance. +API_URL=https://api.revolt.chat \ No newline at end of file