added Voice variable to main.py

pull/305/head
The-Drobe 3 years ago
parent 33f5f284ea
commit 7d25edd4c6

@ -42,6 +42,7 @@ client_secret = os.getenv("REDDIT_CLIENT_SECRET")
username = os.getenv("REDDIT_USERNAME")
password = os.getenv("REDDIT_PASSWORD")
reddit2fa = os.getenv("REDDIT_2FA")
Voice = os.getenv('Voice')
load_dotenv()

Loading…
Cancel
Save