Adding new discord link that never expires.

This commit is contained in:
Sergiotarxz 2024-11-27 17:17:51 +01:00
parent 4d5ce33763
commit 9fce4705ea
2 changed files with 2 additions and 2 deletions

View File

@ -48,4 +48,4 @@ Discord if you do not now how to solve them and maybe update the docs.
### Contact
You can find us in our [Discord community](https://discord.gg/qsvzSJPX), we understand using Discord is not acceptable for everybody, if you step up to moderate a parallel community in a more free platform we will help you as much as we can.
You can find us in our [Discord community](https://discord.gg/CXUqrwtzu2), we understand using Discord is not acceptable for everybody, if you step up to moderate a parallel community in a more free platform we will help you as much as we can.

View File

@ -88,7 +88,7 @@ sub _build__gresources_path($self) {
}
sub launch_discord($self) {
my $launcher = Gtk::UriLauncher->new('https://discord.gg/qsvzSJPX');
my $launcher = Gtk::UriLauncher->new('https://discord.gg/CXUqrwtzu2');
$launcher->launch( $self->_window, undef, undef );
}