Tj
Tj
DIAdiscord.js - Imagine an app
Created by Tj on 11/27/2023 in #djs-questions
rawError: { message: 'Missing Permissions', code: 50013 },
I'm not quite sure what it means? This error stems from me sending an embed, with content in the message along with the embed. any sort of message, I've tested things like 'test' and '@ everyone' and i get the same error, it's seeming to stem from having no perms to send content w/ embeds? I've checked the channels. The bot's role has all the perms, the channel also has it's own individual perms for the bot.
19 replies
DIAdiscord.js - Imagine an app
Created by Tj on 1/12/2023 in #djs-questions
everyone not working
client.channels.fetch(factionChannel).then(channel=> {channel.send("@everyone wtf")}) it sends the @everyone ping but doesn't ping (bot has serverside perms)
16 replies