woomy/events/error.js

6 lines
190 B
JavaScript
Raw Normal View History

2020-04-20 04:52:50 +00:00
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
2020-04-20 03:02:10 +00:00
2020-04-04 06:59:22 +00:00
module.exports = async (client, error) => {
client.logger.error(JSON.stringify(error.stack))
}