From c49b274ead98615a666f2e3f98d5169377c1c9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=93=8D=BC?= <143974574+xojw@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:06:28 -0500 Subject: [PATCH] last one! --- public/assets/js/greetings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/greetings.js b/public/assets/js/greetings.js index a697d495..1b7e3689 100644 --- a/public/assets/js/greetings.js +++ b/public/assets/js/greetings.js @@ -62,7 +62,7 @@ function getIconType(path) { const generalGreetings = [ { text: 'Have fun', icon: '', suffix: '!' }, { text: 'Hope you enjoy Waves', icon: '', suffix: ' <3' }, - { text: 'Consider joining our Discord (discord.gg/ire)', icon: '', suffix: '!' }, + { text: 'Join discord.gg/dJvdkPRheV', icon: '', suffix: '!' }, { text: 'How you doing today', icon: '', suffix: '?' } ];