From 4b2b75ab5736bb57041177f74d831861de644d93 Mon Sep 17 00:00:00 2001 From: scarzehd Date: Mon, 24 Nov 2025 14:19:15 -0500 Subject: [PATCH] No longer prints the API key --- bot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot.py b/bot.py index 6e469c6..e8111ff 100644 --- a/bot.py +++ b/bot.py @@ -99,6 +99,4 @@ def process_string(string:str) -> str: string = string.replace(char, "") return string -print(api_key) - client.run(api_key) \ No newline at end of file