Discord Script + Threading #11

Merged
alex_orid merged 29 commits from Discord-Script into master 2020-11-17 10:35:19 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 07a48e0aa7 - Show all commits

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": ""
}