Commando icon indicating copy to clipboard operation
Commando copied to clipboard

TypeError: Cannot read property 'id' of undefined

Open ProCoda opened this issue 3 years ago • 3 comments

Screen Shot 2021-05-22 at 7 19 40 pm

It says the error is coming from the line: const existing = this.groups.get(group.id);

ProCoda avatar May 22 '21 09:05 ProCoda

Same

aliusa93 avatar May 28 '21 18:05 aliusa93

Nevermind, I just made a stupid error in index.js. That fixed my problem, but I dont really know if it will fix yours.

aliusa93 avatar May 30 '21 18:05 aliusa93

@ProCoda please post your .registerGroups here

.registerGroups([
        ['mod', 'Group for moderation'],
])
//this part ^

S222em avatar Jul 13 '21 17:07 S222em