.gitattributes
.gitignore
MANIFEST.in
README.md
package.json
pyproject.toml
setup.py
take_screenshots.js
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/dependabot.yml
.github/labeler.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/actions/check-collaborator/action.yml
.github/workflows/ci.yml
.github/workflows/labeler.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-testpypi.yml
.github/workflows/update-site-examples.yml
DiscordTranscript/__init__.py
DiscordTranscript/_version.py
DiscordTranscript/chat_exporter.py
DiscordTranscript/i18n.py
DiscordTranscript/py.typed
DiscordTranscript.egg-info/PKG-INFO
DiscordTranscript.egg-info/SOURCES.txt
DiscordTranscript.egg-info/dependency_links.txt
DiscordTranscript.egg-info/requires.txt
DiscordTranscript.egg-info/scm_file_list.json
DiscordTranscript.egg-info/scm_version.json
DiscordTranscript.egg-info/top_level.txt
DiscordTranscript/construct/__init__.py
DiscordTranscript/construct/attachment_handler.py
DiscordTranscript/construct/message.py
DiscordTranscript/construct/transcript.py
DiscordTranscript/construct/assets/__init__.py
DiscordTranscript/construct/assets/attachment.py
DiscordTranscript/construct/assets/component.py
DiscordTranscript/construct/assets/embed.py
DiscordTranscript/construct/assets/reaction.py
DiscordTranscript/ext/__init__.py
DiscordTranscript/ext/cache.py
DiscordTranscript/ext/discord_import.py
DiscordTranscript/ext/discord_utils.py
DiscordTranscript/ext/discriminator.py
DiscordTranscript/ext/emoji_convert.py
DiscordTranscript/ext/html_generator.py
DiscordTranscript/html/__init__.py
DiscordTranscript/html/base.html
DiscordTranscript/html/attachment/audio.html
DiscordTranscript/html/attachment/image.html
DiscordTranscript/html/attachment/message.html
DiscordTranscript/html/attachment/video.html
DiscordTranscript/html/component/component_button.html
DiscordTranscript/html/component/component_container.html
DiscordTranscript/html/component/component_menu.html
DiscordTranscript/html/component/component_menu_options.html
DiscordTranscript/html/component/component_menu_options_emoji.html
DiscordTranscript/html/component/component_section.html
DiscordTranscript/html/component/component_separator.html
DiscordTranscript/html/component/component_text_display.html
DiscordTranscript/html/component/component_thumbnail.html
DiscordTranscript/html/embed/author.html
DiscordTranscript/html/embed/author_icon.html
DiscordTranscript/html/embed/body.html
DiscordTranscript/html/embed/body_image_only.html
DiscordTranscript/html/embed/description.html
DiscordTranscript/html/embed/field-inline.html
DiscordTranscript/html/embed/field.html
DiscordTranscript/html/embed/footer.html
DiscordTranscript/html/embed/footer_image.html
DiscordTranscript/html/embed/image.html
DiscordTranscript/html/embed/provider.html
DiscordTranscript/html/embed/thumbnail.html
DiscordTranscript/html/embed/title.html
DiscordTranscript/html/embed/video.html
DiscordTranscript/html/message/bot-tag-verified.html
DiscordTranscript/html/message/bot-tag.html
DiscordTranscript/html/message/content.html
DiscordTranscript/html/message/end.html
DiscordTranscript/html/message/interaction.html
DiscordTranscript/html/message/message.html
DiscordTranscript/html/message/meta.html
DiscordTranscript/html/message/pin.html
DiscordTranscript/html/message/reference.html
DiscordTranscript/html/message/reference_unknown.html
DiscordTranscript/html/message/start.html
DiscordTranscript/html/message/system_notification.html
DiscordTranscript/html/message/thread.html
DiscordTranscript/html/message/thread_add.html
DiscordTranscript/html/message/thread_remove.html
DiscordTranscript/html/reaction/custom_emoji.html
DiscordTranscript/html/reaction/emoji.html
DiscordTranscript/html/script/channel_subject.html
DiscordTranscript/html/script/channel_topic.html
DiscordTranscript/html/script/fancy_time.html
DiscordTranscript/parse/__init__.py
DiscordTranscript/parse/markdown.py
DiscordTranscript/parse/mention.py
examples/generate_sample.py
examples/test_render.html
examples/versions/v1.0.0.html
examples/versions/v1.0.1.html
examples/versions/v1.0.2.html
examples/versions/v1.0.3.html
examples/versions/v1.1.0.html
examples/versions/v1.2.0.html
examples/versions/v1.2.1.html
examples/versions/v1.3.0.html
examples/versions/v1.3.1.html
examples/versions/v1.4.0.html
examples/versions/v1.4.1.html
examples/versions/versions.json
screenshots/1.png
screenshots/2.png
screenshots/3.png
screenshots/4.png
screenshots/5.png
screenshots/6.png
screenshots/7.png
screenshots/8.png
tests/test_chat_exporter.py
tests/test_markdown.py
tests/test_mention.py
tests/test_transcript.py