I am using the code sample code from basic message collector, but am struggling to get it to work at all. It seems no matter what I try, it always collects 0.
I have added the following to my client: - GatewayIntentBits.Guilds, - GatewayIntentBits.GuildMessages, - GatewayIntentBits.MessageContent
I have Message Content Intent turned on in discord developer as well.
I have it running in a slash command. After I execute the command, I then type discord, but in the console, it just shows 0. No amount of searching (last few hours) has helped at all. I know I am missing something, but this isn't the first time I am scouring d.js documentation for more context than it gives when it comes to examples.
The code I have inside of the slash command I made just for testing.