From ec72c467e5e9c611ab17ec6f5d6949ac8797b922 Mon Sep 17 00:00:00 2001 From: Fnr Date: Sat, 15 Jan 2022 10:01:49 +0300 Subject: [PATCH] chore: add new environment --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09df0fe..6bf017c 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,12 @@ npm install - .env ```sh -TOKEN=YOUR_DISCORD_BOT_TOKEN -BOTID=BOT_ID -SERVERID=SERVER_ID +TOKEN= +BOTID= +SERVERID= +HOST= +USER= +DATABASE= +PORT=3306 OWNERS=["596227913209217024"] ```