Fetch every thread ever in a forum channel
Bot cannot edit its own messages
interaction.message and then calling .edit on it, however that fails.
Basically when pressing the button im trying to run
```ts
interaction.message.edit("test")....setName is not a function
Verification system with a button on an Embed
Hidden SlashCommandChannelOption
Embeds being sent twice
Interactions Endpoint Instead?
Button that sends a form and a select menu that are updated does not work
DiscordAPIError[40060]: Interaction has already been acknowledged.

Click a button and edit the embed
/testvalidation command and I constantly check in interactionCreate if it detects a click on the button. If this button is clicked then I ask him to take back the message stored in interaction and therefore to create a new embed by defining each of the properties that I need and then to create a new button which corresponds to the same button as in my first embed and then modify the message to replace it with the new embed and the new buttons by doing interaction.edit({embeds: [Liste], components: [row]}) out it tells me that edit is not a function...
Error :
```js
C:\Users\Elève\Desktop\Project\HeartOfBot\Events\interactionCreate.js:222...Member boost counter and detecting "current active boost count" of a member
fetchStarterMessage on threadCreate doesn't work
duplicate client for shard
require('commands.js').init(client); there is a problem with sharding. Duplicate client instances are created for the same shard. This way you get a lot of clients for one shard and the bot replies to one message many times. commands.js file code:
```
const {lstat, readdir} = require('fs/promises'),...ActionRowBuilder in a new thread
/play command not working
Why is global_name not showing up?
Bot crashing when calling custom /suggest command

I'm getting `TypeError: ActionRowBuilder is not a constructor`
