j
j
DIAdiscord.js - Imagine an app
Created by j on 12/1/2023 in #djs-questions
issue with finding a role
I haven't worked on this bot in a long time as well as forgot how to code a little bit and having issue with finding a role that has already been created in the server. ERROR:
Cannot read properties of undefined (reading 'roles')
Cannot read properties of undefined (reading 'roles')
CODE:
const supportRole = this.guild.roles.cache.find(r => r.name === "Ticket Support");
const supportRole = this.guild.roles.cache.find(r => r.name === "Ticket Support");
any help would be really appreciated
7 replies