@gcommands/plugin-moreevents
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i @gcommands/plugin-moreevents

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

87.4 kB

Total Files

33

Last publish

Collaborators

  • xhyrom