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

Awaitable

export declare type Awaitable<T> = PromiseLike<T> | T;
export declare type Awaitable<T> = PromiseLike<T> | T;
Represents a type that may or may not be a promise