S222em
S222em
Todays release did not fix the issue for me. You were talking about #68?
> Yep! Make sure you installed the latest version of builders 👀 My bad, another non-discordjs related problem popped up.
Yes, that's true. But there is no way (that I know of) to get the dm channel for another purpose of using the send() method. That means that the command...
@ProCoda please post your .registerGroups here ```javascript .registerGroups([ ['mod', 'Group for moderation'], ]) //this part ^ ```
Please add the following to your main file and post the outputs (when using the help command) back here: ```javascript client .on('error', console.error) .on('warn', console.warn) .on('debug', console.log) ```