-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reacord.reply
for non-interaction events
#38
Comments
This is not yet supported, but it definitely could be. It'll probably be a good idea to add an options object to |
Do we need reacord/packages/reacord/library/core/reacord.tsx Lines 26 to 28 in 82b3575
I'd like to open a pull request but I'm not sure what options argument should have besides the |
/**
* @deprecated Use reacord.reply(content, { ephemeral: true })
*/
abstract ephemeralReply(...args: unknown[]): ReacordInstance |
Resolved, see #39 |
Hello, I was wondering if there is any internal support for
message.reply()
(not theinteraction.reply()
) in discord.js adapter. I spent some time exploring reacord's codebase and so far I've found out that asend
method may support options or may be somewhat rewritten to expose adapter's internals to make changes:reacord/packages/reacord/library/core/reacord-discord-js.ts
Line 105 in 82b3575
The question is: can I use
message.reply()
instead ofmessage.send()
for message event?The text was updated successfully, but these errors were encountered: