if (!this.channel) return Promise.reject(new DiscordjsError(ErrorCodes.ChannelNotCached));
^
Error [ChannelNotCached]: Could not find the channel where this message came from in the cache!
at Message.edit (P:\Documents\Programming Projects\Chronos\Chronos\node_modules\discord.js\src\structures\Message.js:691:46)
at refreshReminder (P:\Documents\Programming Projects\Chronos\Chronos\src\index.ts:312:23)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Client.<anonymous> (P:\Documents\Programming Projects\Chronos\Chronos\src\index.ts:146:4) {
code: 'ChannelNotCached'
}
error Command failed with exit code 1.
if (!this.channel) return Promise.reject(new DiscordjsError(ErrorCodes.ChannelNotCached));
^
Error [ChannelNotCached]: Could not find the channel where this message came from in the cache!
at Message.edit (P:\Documents\Programming Projects\Chronos\Chronos\node_modules\discord.js\src\structures\Message.js:691:46)
at refreshReminder (P:\Documents\Programming Projects\Chronos\Chronos\src\index.ts:312:23)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Client.<anonymous> (P:\Documents\Programming Projects\Chronos\Chronos\src\index.ts:146:4) {
code: 'ChannelNotCached'
}
error Command failed with exit code 1.