Skip to content

Commit

Permalink
chore: release v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Oct 29, 2024
1 parent f13e0e5 commit fb48a0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-selfbot-v13",
"version": "3.4.1",
"version": "3.4.2",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
Expand Down
6 changes: 2 additions & 4 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1123,10 +1123,8 @@ export class FFmpegHandler extends EventEmitter {
public isEnableAudio: boolean;
public userId: Snowflake;
public sendPayloadToFFmpeg(payload: Buffer, isAudio?: boolean): void;
public on(event: 'ready', listener: () => void): this;
public once(event: 'ready', listener: () => void): this;
public on(event: 'closed', listener: () => void): this;
public once(event: 'closed', listener: () => void): this;
public on(event: 'ready' | 'closed', listener: () => void): this;
public once(event: 'ready' | 'closed', listener: () => void): this;
public destroy(): void;
}

Expand Down

0 comments on commit fb48a0d

Please sign in to comment.