@@ -22,7 +22,7 @@ |
||
| 22 | 22 | public function getServerUrl() |
| 23 | 23 | { |
| 24 | 24 | $url = $this->settings->get('serverUrl'); |
| 25 | - if (empty($url)) { |
|
| 25 | + if ( empty($url) ) { |
|
| 26 | 26 | return 'https://discordapp.com' || 'https://discord.com'; |
| 27 | 27 | } |
| 28 | 28 | return $url; |