💡 event.execute comment for rateLimit

This commit is contained in:
Axel Olausson Holtenäs 2022-10-14 13:02:16 +02:00
parent c7c3aae867
commit 6d44db1c2c

View file

@ -8,6 +8,7 @@ export const options: IEventOptions = {
type: "on", type: "on",
}; };
// Function to execute the event
export const execute = (client: Client) => { export const execute = (client: Client) => {
logger.warn(`Discord's API client (${client?.user?.tag}) is rate-limited!`); logger.warn(`Discord's API client (${client?.user?.tag}) is rate-limited!`);
}; };