how to append text to a description of embed but for the new version of discord.js
on discord.js V13 was
Node.js terminal not usable after running main file
I just started making a Discord bot using Node.js in Visual Studio Code, but I’ve stumbled upon an issue that I haven’t been able to fix.
Error running disocrd.js bot: Connect Timeout Error
There is a DJS bot (below: main.ts)
Error running discord.js bot in docker: ReferenceError: ReadableStream is not defined
There are discord.js bot (below: main.ts, basic logic in modules):
How to filter out bots when listening to the reaction event
My code is below. Users are supposed to easily react to a message and it opens a new ticket. Someone told me to filter out bots or something, however, the bot opens up its own ticket, deletes the reaction and I am only left with the gray question mark one. It doesn’t even work when I react to it. I’m pretty new to coding. The bot just opens up its own.
Creating custom bot for an Discord Guild
I have seen several discord bots that have the option to customize some details of the bot (Name, Avatar, …), some examples are MEE6, ProBot and some others.
discordjs – force fetch an user with user handle?
I’d like to force fetch an user, but with the handle and not the user id.
Is it possible?
Also note that the users I’m trying to fetch may not share a guild with my bot.
Validation error while trying to deploy SlashCommands
I’m trying to create some slash commands for my discord bot, but there is an issue I can’t figure out while trying to deploy them. I’m using discord.js both to create the commands, via SlashCommandBuilder
, and to communicate with Discord, via the provided handler REST
.