left the token in, it got reset anyway

main
sidekek 5 years ago
parent c6ab776d8f
commit 9fb2655ee9
  1. 4
      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)
discordClient.run(API_TOKEN)

Loading…
Cancel
Save