diff options
Diffstat (limited to 'src/commands/utility/starboundserverstatus.ts')
| -rw-r--r-- | src/commands/utility/starboundserverstatus.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utility/starboundserverstatus.ts b/src/commands/utility/starboundserverstatus.ts index 963f226..eaddfc8 100644 --- a/src/commands/utility/starboundserverstatus.ts +++ b/src/commands/utility/starboundserverstatus.ts @@ -85,7 +85,7 @@ module.exports = class StarboundServerStatusUtility extends Command { .catch(err => { if (err === 'UDP Watchdog Timeout') return msg.reply('Server timed out, it\'s probably offline. ' + emoji.random()) - //console.error(err) + console.error(err) return msg.reply('Woops, an unknown error has occured. ' + emoji.random()) }) } finally { |