Can‘t find message by id

I can‘t fetch a message by his id.
The error:

const clockInMessage = await user.messages.fetch(worker.clockInMessage);
3|segritude | ^
3|segritude | TypeError: Cannot read properties of undefined (reading 'fetch')
Was this page helpful?