Seren_Modz 21
Seren_Modz 21
SIASapphire - Imagine a framework
Created by Ravelt on 12/6/2024 in #discordjs-support
Change in how discord links emojis?
providing id.gif has also been possible for quite some time
7 replies
DIdiscord.js - Imagine ❄
Created by T.🎄 on 11/29/2024 in #djs-questions
Collector Error
u need to await your interaction.reply()
5 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
have u tried sending a new message after the bot has started and reacting to that?
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
i just remembered that messageReactionAdd won't fire on uncached messages, unless u were to enable partials
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
could u try deleting the dist folder and trying with a fresh build?
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
may i ask what your package.json main is set to?
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
and nothing at all is happening when u add a reaction in a server that the bot is in? not even the logs show?
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
focusing back on the problem with your messageReactionAdd listener, have u managed to update your logger to log traces and see what is happening with listeners?
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
that will be differences with what has been deployed to the discord api
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
if u would like to see more logs and get a better idea what is going on, u could change your logger level from debug to trace
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
your other listeners are working so that would suggest that your package.json main is correct
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
could u also show the messageReactionAdd listener?
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
could u clarify which intent is enabled?
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
i recommend looking at https://discord.com/developers/docs/events/gateway#list-of-intents to see which intents are required for each event
43 replies
SIASapphire - Imagine a framework
Created by iaqi on 11/29/2024 in #sapphire-support
my guild related listeners arent firing but my client ones are
based on what u have included in the title, it sounds like ur missing intents for your guild events
43 replies
SIASapphire - Imagine a framework
Created by Teixeira on 11/20/2024 in #discordjs-support
Is there a way to make autocomplete options only accept a listed option - not "custom" inputs?
that is unfortunately not how autocomplete works because they only serve as suggestions. to do that, you would need to compare the inputted value on your end.
7 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
in discord.js v14, permissions aren't screaming snake case anymore so it would be Administrator instead of all caps
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
it could be that your AdminOnly precondition is not passing, thus not continuing to execute your command's code
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
is your package.json main correctly setup?
41 replies