space
space
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
how do i make it so it only restarts on ".js" file change
12 replies
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
hold on
12 replies
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
i thought its not supposed to do that
12 replies
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
ohhh shit wait right
12 replies
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
thats after adding a role
12 replies
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
No description
12 replies
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
how do i do that?
12 replies
DIAdiscord.js - Imagine an app
Created by space on 6/30/2024 in #djs-questions
Issue with role addition/removal
try {
await member.roles.add('1255562585764397118')
msg.channel.send({embeds: [embed]})
} catch (error) {
msg.reply(`@space error adding muted role\n\`\`\`js\n${error}\n\`\`\``)
msg.react("❌")
}
try {
await member.roles.add('1255562585764397118')
msg.channel.send({embeds: [embed]})
} catch (error) {
msg.reply(`@space error adding muted role\n\`\`\`js\n${error}\n\`\`\``)
msg.react("❌")
}
the msg.channel.send only runs like 30% of the time after adding the role
12 replies