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