From 30f2e6293defe4fa4090a009c9a9032c695630e3 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Wed, 29 Apr 2020 17:37:31 -0700 Subject: The Memeification, v9.2.0 - fix goodbye - add more models - formatting - uncomment error loggers --- src/commands/utility/rustserverstatus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/utility/rustserverstatus.ts') diff --git a/src/commands/utility/rustserverstatus.ts b/src/commands/utility/rustserverstatus.ts index bce83cb..f7f58bc 100644 --- a/src/commands/utility/rustserverstatus.ts +++ b/src/commands/utility/rustserverstatus.ts @@ -66,7 +66,7 @@ module.exports = class RustServerStatusUtility 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 { -- cgit v1.2.3