405 Method Not Allowed
Getting this error when trying to upload new emojis.
```
5:08:22 AM Failed to upload emoji "i_user": DiscordAPIError[0]: 405: Method Not Allowed
at handleErrors (file:///C:/Users/the1a/Downloads/apps/dyLcore/node_modules/@discordjs/rest/dist/index.mjs:686:13)...
Bot doesnt register new / Commands
Hello, I am starting with programming in Discord.js, and I was following the Docs, but suddenly new commands wouldn't appear only the old ones worked. I hope someone can help me with that.
Also here is my Code:
https://github.com/Vogelyt/First-Bot...
How to use .setChoices/.addChoices. SlashCommandBuilder
context i am making a embed command,
i am receiving this error for each of my options
```...
Bot can't give the roles under
My bot can't give roles even tho the bot got the correct permissions. The bot's role is higher than the role it will provide, and it gives the "Missing access" error.
Problem with running scripts being disabled
I copy pasted everything that the internet said and then it said that.

Problem with channel fetching
Hello.
So Ive been fighting with this for a month now and I don't know where issue is, so im trying my luck here.
I have made a reminders system. Reminders has channel ID and user ID saved in db. I have functions running every 5 seconds that check if there are any reminders to send. ...
Seems like an internal Discord error...
I've been looking for "this.client.channels._add" in my code everywhere and I can't find it. It seems like it's a discord.js modules problem?
I tried uninstalling and reinstalling discord.js too, but it didn't work....

Auto-moderation 1.5.4
I don't know what the problem is I have spammed both messages and links but it does not seem to block any of these attempts and gives absolutely no error, I have installed the Auto Moderation 1.5.4 dependency and this is the code

How to make a new line in app command string option type.
```JS
.addStringOption((option) =>
option
.setName('description')
.setDescription('set the description of the embed')...
bot cant send custom emojis
i have this emoji in the emojis tab for my bot. i have tried a bunch of stuff but nothing is working
i tried
<:emoji:id>
, :emoji:
, :emoji:id
, and <:emoji:>
but nothing worked.
i tried client.emojis.cache.get("id")
but that didnt work either
i tried using client.application.emojis.fetch("id").then(emoji => console.log(`${emoji.name}`))
but that also didnt work
can someone please explain how to use the emoji...
Looking for a multi-server box example to referance
Basically as the title says, I'm trying to find an example of a discord bot that is designed for multiple servers that I can referance. I currently run multiple servers that are seperate with their own bots that do their own things. Some of them however do very specific things that another might not do.
I want to get this down to a single bot that handles all this between all three servers but without having all features running for all of the servers its in.
I can ofcourse think of a couple ways to handle this that work but I'm wanting to see how others typically handle it...
Image dimensions
I noticed Discord pushed a change to how images are viewed so you can now see the dimensions in the app itself. Is this something I can access with Discord.js or not yet? Not sure when Discord pushed that.
Inconsistent API Response ?
I have an Bot who should create an text channel
Before creating the Channel, I check if the Bot has permission on the guild and additionally in the category I want to create the textchannel in
Both of these checks return true
```js...
Replying to APPLICATION_AUTHORIZED event on a webhook
I've built a small next.js-based application solely for the purpose of sending welcome messages when my bot is added to a user or channel. I have webhook properly registered and tested. However I fail to send the message itself. My part that sends message:
`res.send({
status: 200,
type: InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE,...
Interaction Select Menu
Hello i have some code and i have 2 subcommands /setting set and /settings disable
First step after selecting one of these is workin (sending selectmenu)
and in this again if you choose set everythink is working but with disable for some reason it doesn t see that...
Message Object sending ephemeral message
In Typescript, I am trying to use Message Object to send ephemeral message but it seems like that is not possible
Is there a way that I can make the messagecreate function able to execute with the Message object in sending ephemeral messages
```typescript...
form channel returning null instead of the channel object
I ran into this weird problem where the channel object would return null.
ValidationError: Expected the value to be a string or number
Greetings, I recently got a
ValidationError
saying Expected the value to be a string or number
. Below is my code.
```js
const type = new TextInputBuilder()
.setCustomId('SELL_EC_1_TYPE')...Application Commands API does not return localization
Is this intended ?
...
await rest.get(Routes.applicationCommands(applicationId))
await rest.get(Routes.applicationCommands(applicationId))