Skip to content

Commit

Permalink
Discord Link update and Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtoid committed Feb 8, 2023
1 parent 58fb03b commit 8c17e41
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/mq3hYaJSfa
url: https://discord.gg/2uhHBQDwcc
about: Find help within the Discord community
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p>
Export Discord chats with your discord.py (or fork) bots!
<br />
<a href="https://discord.gg/mq3hYaJSfa">Join Discord</a>
<a href="https://discord.gg/2uhHBQDwcc">Join Discord</a>
·
<a href="https://github.com/mahtoid/DiscordChatExporterPy/issues/new?assignees=&labels=bug&template=bug-report.yml">Report Bug</a>
·
Expand Down
2 changes: 1 addition & 1 deletion chat_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from chat_exporter.chat_exporter import export, raw_export, quick_export, link, quick_link

__version__ = "2.5.2"
__version__ = "2.5.3"

__all__ = (
export,
Expand Down
2 changes: 1 addition & 1 deletion chat_exporter/html/base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
This transcript was generated using: https://github.com/mahtoid/DiscordChatExporterPy
If you have any issues or suggestions - open an issue on the Github Repository or alternatively join discord.gg/mq3hYaJSfa
If you have any issues or suggestions - open an issue on the Github Repository or alternatively join discord.gg/2uhHBQDwcc
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2"
version = "2.5.3"
readme = "README.md"
authors = [
{ name="mahtoid", email="[email protected]" }
Expand Down Expand Up @@ -34,5 +34,5 @@ keywords = ["chat exporter", "discord chat exporter", "discord", "discordpy", "d

[project.urls]
Homepage = "https://github.com/mahtoid/DiscordChatExporterPy"
Discord = "https://discord.gg/mq3hYaJSfa"
Discord = "https://discord.gg/2uhHBQDwcc"
Donate = "https://ko-fi.com/mahtoid"

0 comments on commit 8c17e41

Please sign in to comment.