Skip to content

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Feb 3, 2026

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

greptile-apps bot commented Feb 3, 2026

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

Filename Overview
README.md Replaced 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

Copy link

@greptile-apps greptile-apps bot left a comment

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 main Feb 3, 2026
15 checks passed
Sign up for free to 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