2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-31 14:15:25 +00:00
This commit is contained in:
Thomas Rory Gummerson
2017-07-24 15:06:12 +02:00
parent f55c834a02
commit 9bd52ba77f
3 changed files with 39 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
'use strict';
const { inspect } = require('util');
const logError = err =>
console.error(`${err.name}: ${err.message}`);