Skip to content

fix(readme): update Discord badge to static badge - #7

Merged
echobt merged 1 commit into
mainfrom
fix/readme-badges
Feb 3, 2026
Merged

fix(readme): update Discord badge to static badge#7
echobt merged 1 commit into
mainfrom
fix/readme-badges

Conversation

@echobt

Copy link
Copy Markdown
Contributor

Changes

  • Replace dynamic Discord member count badge with static badge
  • The previous badge used a placeholder server ID (1234567890) which didn't display correctly
  • All links remain correct:

Before

The Discord badge showed invalid/broken member count due to fake server ID.

After

Static Discord badge that displays correctly and links to the correct Discord server.

- Replace dynamic Discord member count badge with static badge
- The previous badge used a placeholder server ID (1234567890)
- Links remain correct: discord.gg/cortexfoundation
@greptile-apps

Copy link
Copy Markdown

Greptile Overview

Greptile Summary

This PR fixes a broken Discord badge in the README by replacing a dynamic member count badge (which used a placeholder server ID 1234567890) with a static badge that displays "Join Us".

  • The Discord invite link remains correctly pointed to discord.gg/cortexfoundation
  • The badge now displays properly instead of showing an error or invalid data
  • All styling (color 5865F2, flat-square style, Discord logo) is preserved
  • This is a documentation-only change with no code impact

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk
  • The change is trivial and only affects README badge display - no code, dependencies, or functionality is modified
  • No files require special attention

Important Files Changed

FilenameOverview
README.mdReplaced dynamic Discord badge with static badge, fixing broken placeholder server ID

Sequence Diagram

sequenceDiagram
participant User
participant GitHub
participant README
participant ShieldsBadge as shields.io Badge Service
participant Discord
User->>GitHub: Visit repository page
GitHub->>README: Load README.md
README->>ShieldsBadge: Request static Discord badge
Note over ShieldsBadge: Generates badge with<br/>"Join Us" text
ShieldsBadge-->>README: Return badge image
README-->>GitHub: Display badge
GitHub-->>User: Show repository with badge
User->>README: Click Discord badge
README->>Discord: Redirect to discord.gg/cortexfoundation
Discord-->>User: Join Discord server
Loading

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@echobt
echobt merged commit f74847f into mainFeb 3, 2026
15 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@echobt