💡 event.execute comment for rateLimit
This commit is contained in:
parent
c7c3aae867
commit
6d44db1c2c
1 changed files with 1 additions and 0 deletions
|
@ -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!`);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue