Slothy
DIAdiscord.js - Imagine an app
•Created by Slothy on 10/13/2023 in #djs-questions
Error - const roleId = interaction.options.getString('role_id');
17 replies
DIAdiscord.js - Imagine an app
•Created by Slothy on 10/8/2023 in #djs-questions
Embed Channel Not Found
Hello, I've been working with Discord.js for a few days making the switch from discord.py
I'm having an issue on my ban command that isn't on my on_ready command
This is my current code:
This error I'm getting is my console.error('Channel not found!'); - It bans the person and gives me the reason in the chat but says the channel is somehow not found. I'm thinking it has something to do with
const channel = interaction.guild.channels.cache.get(1160603215432265768);
but I'm not 100% sure.7 replies