Bot no register slash commands
Building .exe file with pkg results in "Failed to make bytecode"
pkg . --targets node18-win-x64
and below configuration:
```js
"pkg": {
"scripts": "commands/*/.js"
}...Made a command for user information, gives an error
Getting data from Oauth2
trying to create a message counting bot
@discordjs/rest requests behave differently when deployed to a serverless node environment vs. local
@discordjs/rest
to create a standalone node project in an express-like API, await api.interactions.defer()
hangs and never completes when running in an edge environment.
is there a way to disable queued requests and always make the REST client that I create make requests sequentially? I can't even see the errors being thrown or if the request is being cancelled....Edit message according to selected value

Buttons
Attaching local image file to embed
``js
const imageFile = new AttachmentBuilder(
../../assets/war_ranks/${warRank}.png, { name:
${warRank}.png });
const embed= new EmbedBuilder()
.setTitle(
[${tag}] ${name}`)...Uncaught TypeError TypeError: Cannot read properties of undefined (reading 'name')
v14 reactions adding
having a few issues with this command?
Property 'getMember' does not exist on type 'Omit<CommandInteractionOptionResolver<CacheType>, ...
const detailUser = ((interaction.options.getMember("user")));
const detailUser = ((interaction.options.getMember("user")));
Accessing Specific Guild from Bot's Cache is not working
Events.GuildCreate
event. I retrieve it from the cache using client.guilds.cache
....Help
how do know how many channels my bot connected ?
client.voice.connection.size
client.voice.connection.size
GuildMemberRemove and roles
Discord Bot ID Locker problem