From 07a48e0aa769d489a8d672aafce3e249ec19e66c Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Tue, 20 Oct 2020 03:35:14 -0400 Subject: [PATCH] Updated ReadMe & Templates --- README.md | 5 +++++ credential_templates/credential_template_discord.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9406164..9c04d2d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/credential_templates/credential_template_discord.json b/credential_templates/credential_template_discord.json index 51f9dc0..7a721bd 100644 --- a/credential_templates/credential_template_discord.json +++ b/credential_templates/credential_template_discord.json @@ -1,4 +1,4 @@ { - "username": "AnythingYouWant", + "nickname": "AnythingYouWant", "token": "" } \ No newline at end of file