Now it's all about .env - I started making Whatsapp bot

This commit is contained in:
Stefano Assenzo
2023-01-28 17:39:21 +00:00
committed by GitHub
parent 76af099702
commit 23ac13f5d1
3 changed files with 24 additions and 2 deletions

View File

@@ -14,4 +14,12 @@ DOWNLOAD_FOLDER = ""
USERNAME_NUVOLA = ""
PASSWORD_NUVOLA = ""
DISCORD_TOKEN = ""
# Discord
DISCORD_TOKEN = ""
GENERAL_ID = ""
# Whatsapp
SID = ""
AUTHTOKEN = ""
PHONE_NUMBER_BOT = ""
PHONE_NUMBER_PERSONAL = ""