Tetobot4000/initialize.js
2024-11-19 18:47:58 -06:00

6 lines
No EOL
173 B
JavaScript

var token = process.env.BOT_TOKEN
if (!token) {
console.error("Error: You must define a bot token! Please use the environment variable BOT_TOKEN.")
process.exit()
}