Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 1ac06e9

Browse files
authored
Update bot.py
1 parent 893b4b5 commit 1ac06e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from Time_saver import *
1919

2020
bot = commands.Bot(command_prefix=".", case_insensitive=True)
21-
YOUR_SECRET_TOKEN = "NjY1OTU1Nzc0MDM1NTI1NjU0.XhtJpQ.sDlMeI7Men3yIxDM71ZnANEnv-8"
21+
YOUR_SECRET_TOKEN = input("Your discord token (help - https://discordpy.readthedocs.io/en/latest/discord.html): ")
2222
# YOUR_SECRET_TOKEN = "NEc3NTE1MDcwNHjkIoYzNjA2.X7EjVg.6dQHDfwIRSoWf31KCQwI9euGeeY"
2323

2424
# MY_NICKS = {"secura": "Some Nick",

0 commit comments

Comments
 (0)