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

Commit ae7e870

Browse files
authored
Update bot.py
1 parent 9c4d24b commit ae7e870

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
@@ -11,7 +11,7 @@
1111

1212

1313
bot = commands.Bot(command_prefix=".", case_insensitive=True)
14-
YOUR_SECRET_TOKEN = input("Your discord token (help - https://www.writebots.com/discord-bot-token/): ")
14+
YOUR_SECRET_TOKEN = input("Your discord token (help - https://discordpy.readthedocs.io/en/latest/discord.html): ")
1515

1616
sessions = defaultdict(lambda: "")
1717

0 commit comments

Comments
 (0)