Cron Job doing what it wants

Could someone help me with a problem I’m getting
Can't get this to work Interaction failed discord.js
djs v14.16.3 - unknown interaction
djs 14.16.3 - voiceStateUpdate - what do "sessionId" changes mean?
Making a bot - COMPLETELY new
Cannot run node.js

Interaction has already been acknowledged
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
Discord.JS First Slash command guide not working

Property 'SoundboardSoundCreate' does not exist on type 'typeof AuditLogEvent'
if(untypedLog.action !== AuditLogEvent.SoundboardSoundCreate) return; // Property 'SoundboardSoundCreate' does not exist on type 'typeof AuditLogEvent'.
if(untypedLog.action !== AuditLogEvent.SoundboardSoundCreate) return; // Property 'SoundboardSoundCreate' does not exist on type 'typeof AuditLogEvent'.
Limits of Slash Commands
select menu
Bot crashing after string gives role
Mentioning commands that have subcommands.
/status
command, with the subcommands /status bot
and /status api
.
While I understand that this is a Discord-related issue, I am trying to implement this functionality in my bot. I have structured the commands in an array, with each command being an object....how to use @silent (flag 4096) on a deferred interaction reply?
AuditLogEvent.ChannelUpdate getting logs for only 1 channel and not all channels
const guild_channel_update_audit_logs = await new_channel.guild.fetchAuditLogs({ type: AuditLogEvent.ChannelUpdate, limit: 1 });
const guild_channel_update_audit_logs = await new_channel.guild.fetchAuditLogs({ type: AuditLogEvent.ChannelUpdate, limit: 1 });
secret
and secret2
, why does the above code only get the logs for secret
and not also secret2
? Is this suppose to happen?...