mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +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)
|
client.login(BOT_TOKEN)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: restore me once intents are implemented
|
||||||
if (process.env.BOT_TOKEN) {
|
if (process.env.BOT_TOKEN) {
|
||||||
execute()
|
console.log("skipped until intents are implemented")
|
||||||
|
// execute()
|
||||||
} else {
|
} else {
|
||||||
console.log("BOT_TOKEN missing, skipping.")
|
console.log("BOT_TOKEN missing, skipping.")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user