Update Controller.class.php

This commit is contained in:
Thomas Zarebczan 2021-04-16 11:57:23 -04:00 committed by GitHub
parent e09877fdc8
commit d40a4067d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ class Controller
switch ($subDomain) { switch ($subDomain) {
case 'chat': case 'chat':
case 'slack': case 'slack':
return static::redirect('https://discord.gg/Z3bERWA'); return static::redirect('https://discord.gg/SJMUq8EjXB');
} }
/* /*