interaction.channel.guildId undefined after ephemeral reply
Hello, I've been having an issue since updating my script to v14.16.1. The issue seems to be that responding to interactions with ephemeral messages can sometimes cause the guildId of the channel in the cache to become undefined. It does not happen every time, but usually occurs within 1-3 interactions.
I have not been able to reproduce the error without the DirectMessages intent and Channel partial, even though the interaction is from a guild channel. The bot is installed in the guild and can view the channel.
I'm thinking this is a bug, but if not, can someone explain why the behavior seems inconsistent? Thanks in advance....

permission to list members of server
permissions to enable to be able to fetch all members of a server
Do we use the new discord emoji the same way as emojis
Do we use the discord emojis the new thing they added to the developer portal as a regular emoji or a different way
guild.members giving only 1 member and the bot itself
Guild.members gives only one member and the bot itself and when another member sends message and api call is made again to fetch members this new member is discovered.
Message to embed
I am trying to make a command that takes raw json as a message and converts it into an embed. I'm not sure how to get the parsed json object as an embed. If anyone could help that would be amazing....
const message = interaction.options.getString('json', true)
const json = JSON.parse(message)
const message = interaction.options.getString('json', true)
const json = JSON.parse(message)
lost "view message history" function after receiving new role in community
Our community has 4 roles.
- Initial: I had 2 roles: A and B (knowing that A < B, B has more functions and includes functions in A)
- Then I was removed role A, then given role B only
But somehow I cannot view history messages.
What's wrong? I could not identify the problem, although my role has been assigned "view history messages". There are some channels I cannot view, while the others I can. But my role is the highest role and can view all channels. So what's wrong here? Appreciate your comments!...
app showcase/share channel
Could someone point me to the channel or server where we can publicly share our discord app?
Missing Button
Hello, I had some working code to display a button to our github repo, but with the new UI update it seems to be missing.
```js
const formatted = await format(status);
console.log(formatted);...
urm help
/var/lib/pufferpanel/servers/6531c37e/node_modules/@discordjs/util/dist/index.js:39
return () => defaultValue ??= cb();
^
SyntaxError: Unexpected token '?'
at wrapSafe (internal/modules/cjs/loader.js:915:16)...
entitlementCreate triggers twice
Hello, I need help
This code triggers twice as soon as I create a Test Entitlement via the REST API in Postman, is it because it is a Test Entitlement or should I approach this differently?
The code is in my Bot.js outside of the client.on(ready) if important...
Delete ping and not ping.
Need a little help, im making a slots bot and it allows the slot user to ping once per hour, and if not then it deletes the ping and returns a message, although to other users the person still pinged as discord shows the ping even know the message was deleted, is there any other way to do that?
Having issues with embed buttons / parsing custom IDs
I'm fairly new to this so excuse if I'm not clear enough-
This is the error I'm getting:
```Button interaction received: suggestion...

Discordjs REST error iirc
```ts
Unhandled Rejection at: Promise { <rejected> } Reason: 261 | return params;
262 | }
263 | __name(makeURLSearchParams, "makeURLSearchParams");
264 | async function parseResponse(res) {...
Add thumbnail embed from locally running api
As the title says, is there a way to add an image as embed thumbnail without having to deploy the api online? I'm new to writing rest api, and was wondering if it's possible to do this
Rich presence
I'm trying to use the rich presence of my bot, however, when I use client.user.setActivity and pass the activity parameter, the images don't work, the texts work, however, when I change the name parameter to the name of my bot and I use "512x512pngimages" in the large_image parameter. I can use my bot's icon in rich presence, but I cannot use custom images that I uploaded to the art assets page on the developer portal