UFO-Studios / AlienBot-Discord

The official Discord version of AlienBot
https://thealiendoctor.com/AddAlienBot
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

server-info cmd throwing a timeout error #18

Closed MDxWARRIORxOP closed 1 year ago

MDxWARRIORxOP commented 2 years ago

server-info cmd throws the following cmd:

Error [GuildMembersTimeout]: Members didn't arrive in time.
    at Timeout._onTimeout (D:\Learning Discord.js\AlienBot-2.0\node_modules\discord.js\src\managers\GuildMemberManager.js:536:16)
    at listOnTimeout (node:internal/timers:564:17)
    at process.processTimers (node:internal/timers:507:7) {
  code: 'GuildMembersTimeout'
}

when the following code has run:

await interaction.guild.members.fetch()
MDxWARRIORxOP commented 2 years ago

no updates, had to remove the cmd entirely

MDxWARRIORxOP commented 1 year ago

no updates, closing.