dsc.archive
- 1 Devlogs
- 8 Total hours
A library that allows you to collect Discord messages and create transcripts in HTML, JSON and other formats to make them more readable (intended for Discord bot tickets)
A library that allows you to collect Discord messages and create transcripts in HTML, JSON and other formats to make them more readable (intended for Discord bot tickets)
I created the first part of the library, the fetchMessages function, which allows you to fetch a number of (integer) messages between 1 and Infinity within a channel, filtering which message fields you want to include in the result. For more information, see the README.
I added the GitHub Actions workflow for publishing to npm and updated the README to v0.1.1