We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As we're looking to add Discord communication to our server to do SSR, we need to:
discord.js
Related code: playfulprogramming/playfulprogramming#1241 Related issue: #3
The text was updated successfully, but these errors were encountered:
Need to decide if this should be event-driven or not (e.g. if we want new messages shown immediately, or to be updated after a delay)
Possible solution, if this is event-driven:
If this is not event-driven:
GET /discord/[channel]/recent_messages
Sorry, something went wrong.
IMO this shouldn't be event driven
No branches or pull requests
As we're looking to add Discord communication to our server to do SSR, we need to:
discord.js
packageRelated code: playfulprogramming/playfulprogramming#1241
Related issue: #3
The text was updated successfully, but these errors were encountered: