Skip to content

Commit 20d0cbf

Browse files
authored
fix: update Discord badge to static join version (#56)
fix: replace invalid Discord badge with static join badge The previous Discord badge used the shields.io `/discord/<server_id>` API, which requires the server widget to be enabled. Since the widget is disabled, the badge displayed `invalid` / `widget disabled` in the README. Replaced it with a static Discord "Join Chat" badge that does not depend on server widget status.
1 parent 245d688 commit 20d0cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<img alt="Ask DeepWiki" src="https://deepwiki.com/badge.svg" />
2929
</a>
3030
<a href="https://discord.gg/74cF8vbNEs">
31-
<img alt="Discord" src="https://img.shields.io/discord/74cF8vbNEs?label=Discord&logo=discord&style=flat-square&color=5865F2" />
31+
<img alt="Join Discord" src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&style=flat-square" />
3232
</a>
3333
<a href="https://pepy.tech/projects/pylibseekdb">
3434
<img height="20" alt="Downloads" src="https://static.pepy.tech/badge/pylibseekdb" />

0 commit comments

Comments
 (0)