We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60320f commit 2cf312aCopy full SHA for 2cf312a
2 files changed
chat_exporter/__init__.py
@@ -2,20 +2,16 @@
2
export,
3
raw_export,
4
quick_export,
5
- link,
6
- quick_link,
7
AttachmentHandler,
8
AttachmentToLocalFileHostHandler,
9
AttachmentToDiscordChannelHandler)
10
11
-__version__ = "2.8.3"
+__version__ = "2.8.4"
12
13
__all__ = (
14
15
16
17
18
19
20
21
AttachmentToDiscordChannelHandler,
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "chat_exporter"
description = "A simple Discord chat exporter for Python Discord bots."
-version = "2.8.2"
+version = "2.8.4"
readme = "README.md"
authors = [
{ name="mahtoid", email="info@mahto.id" }
0 commit comments