You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error in the voiceStateUpdate event that I don't understand. There does not seem to be a problem with the function every time the event is triggered, but the error text comes to the console.
*There are characters that are not in the English language. Just Turkish language.
*The channel parameter was filled in as an example.
The First Warning from the Console
node:15512) Warning: Closing file descriptor 25 on garbage collection
(node:15512) [DEP0137] DeprecationWarning: Closing a FileHandle object on garbage collection is
deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection.
(node:15512) Warning: Closing file descriptor 26 on garbage collection
The Warning That Comes Every Time the Event Is Triggered
The text was updated successfully, but these errors were encountered:
About the Error
I'm getting an error in the voiceStateUpdate event that I don't understand. There does not seem to be a problem with the function every time the event is triggered, but the error text comes to the console.
Code
*There are characters that are not in the English language. Just Turkish language.
*The
channel
parameter was filled in as an example.The First Warning from the Console
The Warning That Comes Every Time the Event Is Triggered
The text was updated successfully, but these errors were encountered: