djs-selfbot-v13 3.7.26 → 3.7.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "djs-selfbot-v13",
3
- "version": "3.7.26",
3
+ "version": "3.7.27",
4
4
  "description": "An unofficial discord.js fork for creating selfbots",
5
5
  "main": "./src/index.js",
6
6
  "types": "./typings/index.d.ts",
@@ -6362,6 +6362,8 @@ export interface ClientEvents extends BaseClientEvents {
6362
6362
  callDelete: [call: CallState];
6363
6363
  messagePollVoteAdd: [pollAnswer: PollAnswer, userId: Snowflake];
6364
6364
  messagePollVoteRemove: [pollAnswer: PollAnswer, userId: Snowflake];
6365
+ guildJoinRequestCreate: [joinRequest: GuildJoinRequest];
6366
+ guildJoinRequestDelete: [joinRequest: GuildJoinRequest];
6365
6367
  }
6366
6368
 
6367
6369
  export interface ClientFetchInviteOptions {