File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
export ,
3
3
raw_export ,
4
4
quick_export ,
5
- link ,
6
- quick_link ,
7
5
AttachmentHandler ,
8
6
AttachmentToLocalFileHostHandler ,
9
7
AttachmentToDiscordChannelHandler )
10
8
11
- __version__ = "2.8.3 "
9
+ __version__ = "2.8.4 "
12
10
13
11
__all__ = (
14
12
export ,
15
13
raw_export ,
16
14
quick_export ,
17
- link ,
18
- quick_link ,
19
15
AttachmentHandler ,
20
16
AttachmentToLocalFileHostHandler ,
21
17
AttachmentToDiscordChannelHandler ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " chat_exporter"
7
7
description = " A simple Discord chat exporter for Python Discord bots."
8
- version = " 2.8.2 "
8
+ version = " 2.8.4 "
9
9
readme = " README.md"
10
10
authors = [
11
11
{ name =" mahtoid" , email =" info@mahto.id" }
You can’t perform that action at this time.
0 commit comments