You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

EndBehavior

export declare type EndBehavior = {
behavior: EndBehaviorType.AfterInactivity | EndBehaviorType.AfterSilence;
duration: number;
} | {
behavior: EndBehaviorType.Manual;
};
export declare type EndBehavior = {
behavior: EndBehaviorType.AfterInactivity | EndBehaviorType.AfterSilence;
duration: number;
} | {
behavior: EndBehaviorType.Manual;
};

No summary provided.