discord payment system / integration w/ tap n go?
Attach files with @discordjs/rest
Receive webhooks without setting up the server
Error 50013 thrown when giving and removing roles
Enabling / commands
Mysterious modal error that's got everyone puzzled: Cannot properly serialize component type:
discord.js@14.13.0.
I copied this example from discordjs.guide, and simplified it a bit, though the error happens regardless:
```js
const modal = new ModalBuilder()
.setCustomId('myModal')...How to close scene?
Optimizing Image Processing, Storage, and Strategies to Prevent Alts and Botting: Seeking Advice
Why isn't my bot restarting?
Is it possible to make a bot that opens the stage and starts performing?
Fetch the user who deleted the message
Use `client` in multiple files?
client in index.js, but now I need to interact with the client from a different file. What's the best way to do this? I assume I shouldn't/can't define client two timesHow to `update() ` the same interaction multiple times?
hello, hi, and wassup
```js
async function execute(interaction) {
const hello = new ButtonBuilder()
.setCustomId('hello')...
getting message.author esque information
I don't understand what's going on

DiscordAPIError[50035]: Invalid Form Body
throw er; // Unhandled 'error' event
Is it possible to send a message later so that it is sent as if it was sent by the user?