[SOLVED] quick question; does sapphire defer replies?

does sapphire defer interaction replies? no sapphire cli just @sapphire/framework
Solution:
ive figured out to just use interaction.deferReply() when needing it, ive only used it for eval so far tho
Jump to solution
4 Replies
Seren_Modz 21
Seren_Modz 213y ago
sapphire does not defer replies, unfortuantely. however, i've seen other users mention using a global precondition as a way of doing it
Favna
Favna3y ago
To be more specific, sapphire doesn't do any of such things for you. You're expected to do it yourself because we don't want to make assumptions about your bot usage.
Maestru in chakre
ok ty all
Solution
Maestru in chakre
ive figured out to just use interaction.deferReply() when needing it, ive only used it for eval so far tho

Did you find this page helpful?