Adding new discord link that never expires.
This commit is contained in:
parent
4d5ce33763
commit
9fce4705ea
@ -48,4 +48,4 @@ Discord if you do not now how to solve them and maybe update the docs.
|
|||||||
|
|
||||||
### Contact
|
### 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.
|
||||||
|
@ -88,7 +88,7 @@ sub _build__gresources_path($self) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub launch_discord($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 );
|
$launcher->launch( $self->_window, undef, undef );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user