-
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.
- Loading branch information
Showing
4 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
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
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,12 +1,14 @@ | ||
# Never Push The ".env" File To GitHub (Your Discord BOT and/or OpenAI Might Get Compromised) | ||
|
||
# Discord BOT Credentials from "Discord Developer Portal" | ||
DISCORD_CLIENT_ID= | ||
DISCORD_BOT_TOKEN= | ||
DISCORD_CLIENT_ID=42069420694206942069 | ||
DISCORD_BOT_TOKEN=$uper$ecrectT0ken | ||
|
||
# Account Login Credentials | ||
EMAIL= | ||
PASSWORD= | ||
# For 'Google' login type provide the gmail and the google account password of the gmailID | ||
# For 'OpenAI' login type provide the email and password associated with your OpenAI account | ||
EMAIL=username@provider.tld | ||
PASSWORD=$uper$ecrectP@ssw0rd | ||
|
||
# Login Type, google / openai | ||
# Login Type,( Value: 'google' or 'openai' ) | ||
LOGIN_TYPE=openai |
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
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