diff --git a/README.md b/README.md
index b9c2128..11a89a4 100644
--- a/README.md
+++ b/README.md
@@ -129,8 +129,9 @@ To preview the bot you can check it out on my stream `thecuriousnerd.tv` This pr
___
# Support The Project:
-If you wish to support the project, one of the easiest ways to do so is by sending either BTC or Eth
+If you wish to support the project, one of the easiest ways to do so is via my patreon or by sending either BTC or Eth
+Patreon: https://www.patreon.com/Thecuriousnerd
Bitcoin: `1BFQTkb43bGMSNJjsQtiqai5eQjF5CLcAG`
Ethereum: `0x34DE0330ba2CD4030bBbFE9B46D31DeFeE1ffa54`
diff --git a/config.py b/config.py
index 78851de..52d1d59 100644
--- a/config.py
+++ b/config.py
@@ -32,8 +32,8 @@ user_module: bool = True
autoJoin_TwitchChannel = "thecuriousnerd"
autoJoin_TwitchChannels = ["thecuriousnerd"]
-allowedCommandsList_TwitchPowerUsers = ["thecuriousnerd", "lakotor", "blastofcynicism", "theredpoint"]
-allowedTTS_List = ["thecuriousnerd", "lakotor", "blastofcynicism", "theredpoint", "<@76078763984551936>", "<@!76078763984551936>"]
+allowedCommandsList_TwitchPowerUsers = ["thecuriousnerd"]
+allowedTTS_List = ["thecuriousnerd"]
adminUsers_List = ["thecuriousnerd", "<@!76078763984551936>"]
#Twitch Module Configs
diff --git a/utilities_script.py b/utilities_script.py
index 6e0e491..60dbdce 100644
--- a/utilities_script.py
+++ b/utilities_script.py
@@ -165,7 +165,7 @@ def splashScreen():
art.tprint("----------",font="slant")
art.tprint("Praxis Bot",font="graffiti")
art.tprint("----------",font="slant")
- print("-Maintained by Alex Orid, TheCuriousNerd.com\nFor help visit discord.gg/thecuriousnerd")
+ print("-Maintained by Alex Orid, TheCuriousNerd.com\nFor help visit discord.com/invite/sNTXWn4")
print("ver: " + config.praxisVersion_Alpha + config.praxisVersion_Delta + config.praxisVersion_Omega)
print("\n\n\n")
if not config.skip_splashScreenSleep: