Updated ReadMe & Templates

This commit is contained in:
Alex Orid 2020-10-20 03:35:14 -04:00
parent bab4a31d95
commit 07a48e0aa7
2 changed files with 6 additions and 1 deletions

View File

@ -19,8 +19,13 @@ Oauth = `https://twitchapps.com/tmi/`
V5 Client ID = `https://twitchtokengenerator.com/`
### For Database Credentials
Nickname = `Anything You Want`
Engine = `"mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"`
### For Discord Credentials
Nickname = `Anything You Want`
Token = `https://discord.com/developers/`
## Credential Usage:
Place json credentials in the `/credentials/` folder.

View File

@ -1,4 +1,4 @@
{
"username": "AnythingYouWant",
"nickname": "AnythingYouWant",
"token": ""
}