diff --git a/main.py b/main.py index 8b60d6e..dba55ca 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -API_TOKEN: str = "Nzc3MDM3NzQ0NTA5NjgxNjY1.X69myg.rIJE625KrgjUxgfn7BuoezJsEuQ" # bot token +API_TOKEN: str = "" # bot token FILTER_TEXT: list = ["https", "is a level"] # a list of strings to match for message exclusion import os @@ -33,4 +33,4 @@ async def on_message(message: discord.Message): outputFile.close() sys.exit() -discordClient.run(API_TOKEN) \ No newline at end of file +discordClient.run(API_TOKEN)