-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Support for Pro Accounts. Added Decorations.
- Loading branch information
Showing
5 changed files
with
458 additions
and
104 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
# Never Push The ".env" File To GitHub (Your Discord BOT and/or OpenAI Might Get Compromised) | ||
# Never Push The ".env" File To GitHub (Your Discord BOT and/or OpenAI Account Might Get Compromised) | ||
|
||
# ---------------------------------------:Environment Variables:------------------------------------ | ||
# -------------------------------------------------------------------------------------------------- | ||
# Discord BOT Credentials from "Discord Developer Portal" | ||
DISCORD_CLIENT_ID=42069420694206942069 | ||
DISCORD_BOT_TOKEN=$uper$ecrectT0ken | ||
DISCORD_CLIENT_ID=... | ||
DISCORD_BOT_TOKEN=... | ||
|
||
# Account Login Credentials | ||
# For 'Google' login type provide the gmail and the google account password of the gmailID | ||
|
||
# -------------------------------------------------------------------------------------------------- | ||
# For 'Google' login type provide the Gmail-ID and the google account password of the Gmail-ID | ||
# For 'OpenAI' login type provide the email and password associated with your OpenAI account | ||
EMAIL=username@provider.tld | ||
PASSWORD=$uper$ecrectP@ssw0rd | ||
EMAIL=... | ||
PASSWORD=... | ||
|
||
|
||
# -------------------------------------------------------------------------------------------------- | ||
# Login Type ( Value: 'google' or 'openai' ) | ||
LOGIN_TYPE=... | ||
|
||
|
||
# Login Type,( Value: 'google' or 'openai' ) | ||
LOGIN_TYPE=openai | ||
# -------------------------------------------------------------------------------------------------- | ||
# ChatGPT Account Type ( Value: 'free' or 'pro' ) | ||
ACCOUNT_TYPE=... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.