General Question?
So for my v14 bot template I don't know whats better to have the buttons e.g in the events folder or use a components folder
Do you know which is better?...
Anonymous Messages
Hi, I recently encountered this problem, in which if I execute the /anon command it should send a Modal, but when I write what I want to write and send, it gives me the error that I'll also send you a photo, but no errors in the console , how can I solve it?
here's the code: https://sourceb.in/hXrWMVIORc...

Attempting to remake my bot the "Correct" way
I made my entire bot in one file, and I'm looking to recreate it and section off to folders in a layout like this.. (Image below)
I figured out how to export & import my commands. However, I'm getting issues where it's trying to parse the .js files themselves before loading them into my bot.js?
Is anyone aware how I can get around this "client is not defined" issue? My commands look like this.
...

Is there any feasible way to create playerRank cards with animated subtext and animated borders?
I tried creating a bot that takes a background.gif and tries overlaying text on top of it, but it always outputs as a png. The output.gif is what it's called but when it shows up in the channel as a message, it fails to load.
I tried using CanvaCord, but it has a lot of limitations so I figured I'd create my own library, but got stuck. Just wondering if there's any feasible way to overlay text from a database onto a .gif file and then output it to a channel, or if I should have a playerRank.png file and overlay transparent gifs on top of it, along with a text overlay, based on user data in the database. currently using SQL3....
How to set the status for the latest djs version
Please tell me how idk how to do it since djs 14.5.3 came out
custom discord
Can someone code me a discord in js and html? I can provide images on what I want it to look like and I can explain how I would like it to function?
Need help making a C# Bot?
IF anybody needs help creating C# bots don't wait to dm me, I am entirely qualified to help. I have been making C# applications for years and Discord Bots using C# Or Javascript for longer than I can remember!
DISCORD.JS Problem
Hey I know this random but can anyone here fix a discord.js situation. I host a UNO League and we have our own bot self made with a OPEN SOURCE GITHUB. I want to apologize for this but we could use the help after yesterdays API OUTAGE. Please ping me and I will respond. Thank You.
voice channel topic support
Althought not mentioned on the DiscordJS documentation website, will the
setTopic()
function work for voice channels to set it's topic/status description? If not, is there some other function I'm missing / upcoming support for this?
Thank you in advance...i couldnt understand this error
TypeError: Cannot read properties of undefined (reading 'send')
at Client.<anonymous> (/home/container/index.js:1333:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
/home/container/node_modules/discord.js/src/rest/RequestHandler.js:350
throw new DiscordAPIError(data, res.status, request);...
Issue adding user to guild with GuildMemberManager#add
Having an issue trying to have a member join using
GuildMemberManager#add
```js
utils.CommunicationManager.on("addUser", async (data, reply) => {
/*...http to discord js type
lets say i have http interaction and i want to turn it into a discord js object. how could i create a new instance using the payload data from http api
Enum Integer Permissions Typescript
Hi there all, is there a "Enum" type in the package or anything one that returns integer permissions with a PermissionResolvable type ?
Sorry if my question is not at the right place....
discord.js
discord.js won’t install with npm at all i’ve tried every way and i couldn’t figure it out
Rich Presence
(sorry for my bad english i'm french 🥖)
I created a rich presence for my discord account and everything works except the buttons. Being stubborn and narrow-minded, I did the code myself but the buttons are not displayed
My code :
...