No longer prints the API key

This commit is contained in:
2025-11-24 14:19:15 -05:00
parent 94dd565ecf
commit 4b2b75ab57

2
bot.py
View File

@@ -99,6 +99,4 @@ def process_string(string:str) -> str:
string = string.replace(char, "") string = string.replace(char, "")
return string return string
print(api_key)
client.run(api_key) client.run(api_key)