From d0b6b935f7c1f79798117d74f65f11bb0f2b5dee Mon Sep 17 00:00:00 2001 From: Devium <108692136+devium335@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:27:41 -0400 Subject: [PATCH] Fixed Typo in README Made `sercet` into `secret` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fe53bf..efdec99 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Start your bot with `python main.py` TOKEN = XXXXXXXXXXXXXXXXXXXXXXXX.XXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXX CLIENT_ID = 123456789012345678 CLIENT_SECRET_ID = XXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXX -SERCET_KEY = DASHBOARD_SERCET_KEY +SECRET_KEY = DASHBOARD_SECRET_KEY BUG_REPORT_CHANNEL_ID = 123456789012345678 @@ -68,7 +68,7 @@ MONGODB_NAME = Vocard | TOKEN | Your Discord bot token [(Discord Portal)](https://discord.com/developers/applications) | | CLIENT_ID | Your Discord bot client id [(Discord Portal)](https://discord.com/developers/applications) | | CLIENT_SECRET_ID | Your Discord bot client secret id [(Discord Portal)](https://discord.com/developers/applications) ***(optional)*** | -| SERCET_KEY | Secret key for dashboard ***(optional)*** | +| SECRET_KEY | Secret key for dashboard ***(optional)*** | | BUG_REPORT_CHANNEL_ID | All the error messages will send to this text channel ***(optional)*** | | SPOTIFY_CLIENT_ID | Your Spoity client id [(Spotify Portal)](https://developer.spotify.com/dashboard/applications) ***(optional)*** | | SPOTIFY_CLIENT_SECRET | Your Spoity client sercret id [(Spotify Portal)](https://developer.spotify.com/dashboard/applications) ***(optional)*** |