mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
build: temporarily disable fetching members until intents are enabled
This commit is contained in:
@@ -43,8 +43,10 @@ function execute() {
|
||||
client.login(BOT_TOKEN)
|
||||
}
|
||||
|
||||
// TODO: restore me once intents are implemented
|
||||
if (process.env.BOT_TOKEN) {
|
||||
execute()
|
||||
console.log("skipped until intents are implemented")
|
||||
// execute()
|
||||
} else {
|
||||
console.log("BOT_TOKEN missing, skipping.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user