sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Editing an ephemeral reply from an interaction handler
ping.js
with an embed and a button in an ephemeral message, I want to be able to click that button and then edit the original ephemeral message from pinghandler.js
....interaction.update
in particular.Problem with ChannelSelectMenuBuilder
Detect when new message is a reply to another one
Making multi-line embed descriptions cleaner
``js
.setDescription([
Message Link: ${targetMessage.ur},
Message Content: "${targetMessage.content}"`,
'',...
Just like there's Member Exit Audit Log, is there Member Join Audit log?
MEMBER_UPDATE
...Autocomplete api error on vps but not locally
2|Massive-Moderation | [ { name: '@acierdev', value: '234018417043046400' } ]
2|Massive-Moderation | [ { name: '@acierdev', value: '234018417043046400' } ]
Command not registering
Discord dashboard
Does ChannelType.GuildText includes categories?
Any examples of a table format for an embed?
help needed regarding prefix handler
Authenticated Attachment URLs
Channel.messages.fetch getting different values
problems submitting modals
``js
const { ModalBuilder, TextInputBuilder, ActionRowBuilder, ButtonBuilder, ButtonStyle, PermissionsBitField, TextInputStyle } = require("discord.js");
const Fighter = require(
../../schemas/users`);
const mongoose = require('mongoose');
...Automod System
Automod System
Automod System
How do you handle incompatible null/undefined from discord.js typings?
discord.js
uses a mix of null/undefined and sometimes it gets really frustrating. For example this is a very common occurence in my codebase :
```ts
new EmbedBuilder()...