From 682a33b0fe12d9dbc973c8bc5987ddd902ff39f6 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Sat, 19 Feb 2022 05:57:45 +0100 Subject: [PATCH] update .env.example --- .env.example | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a128ba4..68c60af 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,25 @@ TWITCH_USER=forsen TWITCH_PASS=oauth:asdhjadsjksajkhdjhksadjkias BOT_USER_ID=133769 -MONGO_URI=mongodb+srv://coolurihere \ No newline at end of file +MONGO_URI=mongodb+srv://coolurihere + + +BOT_USERNAME=forsen +BOT_USER_ID=133769 +BOT_PASS=oauth:cool123oauthstringhere + +# Administrator is the super user for which all commands should work for. +# Put the name you login with as the ADMIN_LOGIN and the Twitch UserID for that account as the ADMIN_USERID +# If you don't know your Twitch UserID follow this: +# go to https://twitch.tv/nourybot and write "()uid [username]" in the chat and my bot should +# respond with the UserID +ADMIN_LOGIN=pajlada +ADMIN_USERID=11148817 + +# Create new application here https://dev.twitch.tv/console/apps and +# fill in the Client ID and Client Secret you get. +CLIENT_ID=hashdashjudsadhashd +CLIENT_SECRET=asdoaijsdiouasioudasiuo + + +