I've been building a Discord Bot in TypeScript for myself and a group of friends to use. I'm trying to send a message on client ready that's completely independ
My bot got a 403 error, even though it never happened before, and the code hasn't changed at all. throw new DiscordAPIError(data, res.status, request);
Here is the challenge bot slash command: const { SlashCommandBuilder } = require('@discordjs/builders'); const { MessageEmbed, MessageAttachment
I have a problem with my Discord.JS Bot, I wanna to edit a embed in a spefic guild and channel, but when I try to run the commands, it errors out with this /roo
First question on StackOverflow, long time reader first time poster or whatever people say. I'm developing a Discord bot in my free time using Discord.js, and I
I am trying to make a command that unbans someone. I have tried member.unban, message.guild.unban and the current one, message.guild.members.unban. I am not qui
hey im trying to make a slashCommand that generate random pics with button.. so when a user use the command it will sent an embed with button and then the butto
Ok, so Im trying to do the following rn: Im using the Disboard bot and beforehand rewarded users for bumping. That wasnt a problem, because the command was "!d
Hello I Was Making A Leader Board For My Xp System And The Points One Worked! But The Mention Gives An Unknown Id And Its The Same Always Here Is What It Shows
I am trying to get the image file URL from the Google Drive API. Not the webViewLink or webContentLink. The backstory doesn't really matter to the issue but it
I need help with my current method which doesn't get the right reaction emoji. But I want it to get the right Emoji. Can someone help me? bot.on('messageReactio
I cannot figure out why my bot is not working. Can someone please tell me why it is not logging in?? It shows the logo (the last console.log line), but does not
I know this question has been answered before but I can't seem to implement the changes into what im working with. I'm trying to create a daily command that rew
SEE THIS PIC: I have given the codes which I tried. If I don't add iconURL then it works fine (ONLY FYI). I am using discord.js v13. CODE 1 const embed =
Hey Stack Overflow Community, I have another question in regard to discord.js.I want to send a message and add an emoji to it, from which I later want to get th
So I'm making a verification bot for one of my Discord Servers, and I've come across a problem. Purpose: When the user first joins, they will be only allowed t
I am trying to update a boolean inside of an object in my discord.js v13 bot but it does not update here are the things i've tried: await gu
I have no idea how to make my discord bot able to assign a role after a certain time from the join date. Someone suggested me to use node-cron, but i have no id
I have no idea how to make my discord bot able to assign a role after a certain time from the join date. Someone suggested me to use node-cron, but i have no id
I don't know why it does this but the after a while or sometimes just as the bot starts up the command prompt window stops updating when I use say console.log w