Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alpharaoh authored Sep 9, 2020
1 parent 9c5439d commit e4ca1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# To get this key go to https://discord.com/developers/applications/
# Click on bot
# Copy token
discord_bot_token = "NzUzMjgzODQ5NTIxMjAxMzAy.X1j8QQ.oF8HEro5wRC1lBe0EH9U4FFPKd0"
discord_channel = "https://discord.com/channels/753283781980323901/753283782425051269"
discord_bot_token = "*"
discord_channel = *""


# -------------------------------------------------
Expand Down Expand Up @@ -43,4 +43,4 @@
print("[*] No errors, your good to go!")
except Exception as e:
print(f"{e}\n\n[*] Looks like your missing dependancies\n[*] Watch: ")
exit()
exit()

0 comments on commit e4ca1c0

Please sign in to comment.