Gorniaky

Results 4 comments of Gorniaky

14.2.0 back with `isCommand()`

I already got this error too, most likely you are doing this: ```ts JSON.parse(.customId); ``` When the customId is "yes" or "no", `JSON.parse` throws an error The solution I found...

@utarwyn the problem is not in the module itself, but when we load a customId that is not encoded in JSON and try to decode it with `JSON.parse`, an error...

According to the rules of discord's new intent, when mentioning the bot or botrole of it, the content of the message is loaded, even if it's without the intent, I've...