Update Controller.class.php

update discord link
This commit is contained in:
Thomas Zarebczan 2018-10-08 22:46:22 -04:00 committed by GitHub
parent 0321b5ebb3
commit 484b5e2fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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