summaryrefslogtreecommitdiff
path: root/src/commands/utility/csgoserverstatus.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utility/csgoserverstatus.ts')
-rw-r--r--src/commands/utility/csgoserverstatus.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utility/csgoserverstatus.ts b/src/commands/utility/csgoserverstatus.ts
index 39b5c81..eba0aad 100644
--- a/src/commands/utility/csgoserverstatus.ts
+++ b/src/commands/utility/csgoserverstatus.ts
@@ -67,7 +67,7 @@ module.exports = class CSGOServerStatusUtility 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 {