Attach console.log on some listeners #161

Closed
opened 2024-09-08 21:15:05 +02:00 by Anri · 0 comments
Owner

Discord.js: attach the following two listeners to your Client instance (outside of any other listener scopes)

client.on('debug', console.log)
      .on('warn', console.log)
> Discord.js: attach the following two listeners to your Client instance (outside of any other listener scopes) ```js client.on('debug', console.log) .on('warn', console.log) ```
Anri added the
enhancement
label 2024-09-08 21:15:05 +02:00
Anri closed this issue 2024-09-17 19:33:26 +02:00
Anri referenced this issue from a commit 2024-09-17 19:33:27 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ConfrerieDuKassoulait/Botanique#161
No description provided.