Virtual-Royaume / Royaume-Discord-Bot

It is the bot of our Discord community, it offers various utility features. It is written in TypeScript and uses DiscordJS to interact with the Discord API.
9 stars 1 forks source link

Erreur avec la commande `/inactive` #162

Closed Bluzzi closed 1 year ago

Bluzzi commented 1 year ago
/app/src/commands/list/Inactive.ts:174
await this.embedPage(members[page]._id, page, members.length)
^
TypeError: Cannot read properties of undefined (reading '_id')
at Inactive.execute (/app/src/commands/list/Inactive.ts:141:42)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.12.1