Seren_Modz 21
SIASapphire - Imagine a framework
•Created by chillihero on 2/13/2025 in #sapphire-support
Questions to new API Implementation
as for question 5: there is a number of methods on the request that can be used (eg.
request.readBody()
). all of them can be found here: https://www.sapphirejs.dev/docs/Documentation/api-plugins/@sapphire/plugin-api/classes/ApiRequest/#methods5 replies
SIASapphire - Imagine a framework
•Created by chillihero on 2/13/2025 in #sapphire-support
Questions to new API Implementation
to answer question 4 and the first part of question 2: the route options allows passing an array of methods
5 replies
SIASapphire - Imagine a framework
•Created by Mathias on 1/8/2025 in #sapphire-support
Disable slash command in MP
https://github.com/sapphiredev/examples/blob/main/examples/with-typescript-complete/src/commands/General/ping.ts#L12-L43 has an example of using integration types without the builder
8 replies
SIASapphire - Imagine a framework
•Created by Mathias on 1/8/2025 in #sapphire-support
Disable slash command in MP
if your using the builders to create your slash commands, then
SlashCommandBuilder#setIntegrationTypes()
otherwise the integrationTypes
property8 replies
SIASapphire - Imagine a framework
•Created by Mathias on 1/8/2025 in #sapphire-support
Disable slash command in MP
or use integration types to limit to guilds
8 replies
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 time7 replies
DIAdiscord.js - Imagine an app
•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