forked from embee/woomy
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
// Copyright 2020 Emily J. / mudkipscience and contributors. Subject to the AGPLv3 license.
|
|
|
|
module.exports = (client) => {
|
|
client.logger.warn('Lost connection to Discord.')
|
|
}
|