New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gcommands/plugin-moreevents

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gcommands/plugin-moreevents

Extend default discord.js events for GCommands

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

GCommands Plugin More Events

Official plugin for GCommands


NPM Banner

Installation

Install with npm / yarn / pnpm:

npm install @gcommands/plugin-moreevents
yarn add @gcommands/plugin-moreevents
pnpm add @gcommands/plugin-moreevents
const { Plugins } = require('gcommands');
require('@gcommands/plugin-moreevents'); // typings inject

Plugins.search(__dirname);

Now when you create a listener, more events will show up.

List of events:

  • selectMenu

  • clickButton

  • guildBoostLevelUp

  • guildBoostLevelDown

  • guildRegionUpdate

  • guildBannerUpdate

  • guildAfkChannelUpdate

  • guildVanityURLUpdate

  • guildFeaturesUpdate

  • guildAcronymUpdate

  • guildOwnerUpdate

  • guildMaximumMembersUpdate

  • guildPartnerUpdate

  • guildVerifyUpdate

  • threadStateUpdate

  • threadNameUpdate

  • threadLockStateUpdate

  • threadRateLimitPerUserUpdate

  • threadAutoArchiveDurationUpdate

  • voiceChannelJoin

  • voiceChannelLeave

  • voiceChannelSwitch

  • voiceChannelMute

  • voiceChannelUnmute

  • voiceChannelDeaf

  • voiceChannelUndeaf

  • voiceStreamingStart

  • voiceStreamingStop

  • guildMemberNicknameUpdate

  • guildMemberAcceptShipScreening

  • guildMemberBoost

  • guildMemberUnboost

  • userAvatarUpdate

  • userUsernameUpdate

  • userDiscriminatorUpdate

  • userFlagsUpdate

  • userBannerUpdate

  • rolePositionUpdate

  • rolePermissionsUpdate

Keywords

gcommands

FAQs

Package last updated on 16 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts