Interaction replying with string works but doesn't work when I return a button
await interaction.reply({ content: 'Please log in on our website to sync your account: ' + url});
...Dont understand the guide

Cannot read properties of null (reading 'id')
Typescript: Missing type guard field for button components?
How can I change the status from "playing" to "listening" using the `discord-rpc` npm package?
Help with @discordjs/core - interactionCreate argument passing
@discordjs/core
. However when I went through the docs and got to the point where the interactionCreate
event is being listend to like that
```ts
client.on(GatewayDispatchEvents.InteractionCreate, async ({ data: interaction, api }) => {...Hyperlink mask as a chat message works in certain servers?
ReferenceError: Member is not defined
Flag like (--help) approach with /slash-command
--help
flags ?
Let's say we have a command like /play
you can describe each parameters with setDescription
to give an idea of how the command works. But what if you want to explain it in a bit more verbose way, with a man
like approach ?
Thought about using a Boolean option to show the wanted explanations or using a dedicated command play-help
Do you maybe have a more elegant approach ?...Error with send files using `@discordjs/rest`

Im getting an error that i dont know how to solve
TypeError: isJSONEncodable is not a function
Pulling reactions not working when the message has a button attached
``js
const message = await client.channels.cache.get(
977096542462808115).messages.fetch(
1132567332921823323`)
console.log(message.reactions.cache)...Can anyone help me with the discord intents
Does internal sharding still exist?
How can I respawn a disconnected client that was not spawned from a ShardingManager?