sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Button error
2024-03-30 20:58:07 - ERROR - Encountered error while handling an interaction handler run method for interaction-handler "ticketClose" at path "/home/container/src/interaction-handlers/ticket/ticketClose.js" TypeError: Cannot read properties of null (reading 'delete')
2024-03-30 20:58:07 - ERROR - Encountered error while handling an interaction handler run method for interaction-handler "ticketClose" at path "/home/container/src/interaction-handlers/ticket/ticketClose.js" TypeError: Cannot read properties of null (reading 'delete')
Slash Command Error
Invalid Token Error
Create a category and a channel in the category
Bot not starting in VPS
commands doesnt work
A bunch of errors from discord.js's index.d.ts file when compiling
help
User object roles
Getting the deleter of a deleted message
.fetchAuditLogs()
and .entries.first()
, but sometimes they don't work...
If I were to create a message and delete it, it would show me as the deleter. If I then created a message and then someone else deleted it, it would still show me as the deleter. Then, eventually it would switch and then always show the other person as the deleter.
(I tried asking in the DiscordJS server but they always say I'm wrong and don't actually help 😔)...Make a button executable only by the command executer
[ERROR] Encountered error while handling an interaction handler run method for interaction-handler "bankButton" at path "C:\Users\Isidr\Documents\GitHub\cobaltia\cobaltia\dist\interaction-handlers\buttons\bankButton.js" TypeError: Cannot read properties of undefined (reading 'id')
...anyone know how to make bot seem without a status (not online but not offline)
@skyra/http-framework
, but discord-interactions
is also an option, and the one that's recommended in Discord.jsneed help with building dashboard for discord bot
``ts
const userGuilds = await axios.get(
${env.BASE_DISCORD_API}/users/@me/guilds, {
headers: {
Authorization:
Bearer ${token}`,...Encountered error while handling an interaction handler run method for interaction-handler
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