Why don't events like this appear using the Events.GuildBoost module

When I try to generate server booster logs, I try to use Events.GuildMemberBoost, But it is not available in the autocomplete of the discord.js module. But when I use a name like:
module.exports = { 
     name: "guildMemberBoost", 
  
     /** 
      *  
      * @param {GuildMember} member  
      * @param {Client} client  
      * @returns  
      */ 
  
     async execute(member, client) {
})


It worked and sent member logs which boosted the server.

So, why This module is not available in the Events selection menu?
IMG_20230208_075814.png
Was this page helpful?