Skip to content

Commit 2cf312a

Browse files
author
mahtoid
committed
quick_link and link removal
1 parent a60320f commit 2cf312a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

chat_exporter/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
export,
33
raw_export,
44
quick_export,
5-
link,
6-
quick_link,
75
AttachmentHandler,
86
AttachmentToLocalFileHostHandler,
97
AttachmentToDiscordChannelHandler)
108

11-
__version__ = "2.8.3"
9+
__version__ = "2.8.4"
1210

1311
__all__ = (
1412
export,
1513
raw_export,
1614
quick_export,
17-
link,
18-
quick_link,
1915
AttachmentHandler,
2016
AttachmentToLocalFileHostHandler,
2117
AttachmentToDiscordChannelHandler,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "chat_exporter"
77
description = "A simple Discord chat exporter for Python Discord bots."
8-
version = "2.8.2"
8+
version = "2.8.4"
99
readme = "README.md"
1010
authors = [
1111
{ name="mahtoid", email="info@mahto.id" }

0 commit comments

Comments
 (0)