fix: discord links

This commit is contained in:
Alexander Medvedev
2026-06-09 16:49:32 +02:00
parent dd524b6ef9
commit 7bff068dff
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ We appreciate your interest in contributing to Pumpkin! This document outlines t
## Getting Started
The easiest way to get started is by asking for help in [our Discord server](https://discord.gg/pumpkinmc).
The easiest way to get started is by asking for help in [our Discord server](https://discord.gg/wT8XjrjKkf).
### How to Contribute

View File

@@ -3,7 +3,7 @@
# Pumpkin
![CI](https://github.com/Pumpkin-MC/Pumpkin/actions/workflows/rust.yml/badge.svg)
[![Discord](https://img.shields.io/discord/1268592337445978193.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/pumpkinmc)
[![Discord](https://img.shields.io/discord/1268592337445978193.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/wT8XjrjKkf)
[![License: GPL](https://img.shields.io/badge/License-GPLv3-yellow.svg)](https://opensource.org/licenses/gpl-3-0)
</div>
@@ -107,7 +107,7 @@ Pumpkin's documentation can be found at <https://pumpkinmc.org/>
## Communication
Consider joining [our Discord server](https://discord.gg/pumpkinmc) to stay up-to-date on events, updates, and connect with other members.
Consider joining [our Discord server](https://discord.gg/wT8XjrjKkf) to stay up-to-date on events, updates, and connect with other members.
## Funding

View File

@@ -194,7 +194,7 @@ fn print_support_links_and_warning() {
TextComponent::text("Discord")
.color_named(NamedColor::DarkBlue)
.to_pretty_console(),
TextComponent::text("https://discord.gg/pumpkinmc")
TextComponent::text("https://discord.gg/wT8XjrjKkf")
.color_named(NamedColor::Aqua)
.to_pretty_console()
);