bot/Token.example.py

9 lines
224 B
Python
Raw Normal View History

2021-06-05 14:43:39 +00:00
# After you're finished here,
# rename the file to
# Token.py
# (case sensitive)!
HYPIXEL_API_KEY = "Hypixel API key goes here (run /api new ingame to get it)"
DISCORD_API_KEY = "Discord bot token goes here"
2021-06-05 15:12:30 +00:00
PREFIX = ("$")