forked from embee/woomy
Delete disconnect.js, reconnection.js
This commit is contained in:
parent
c4ca29f56d
commit
b9b14a45d2
2 changed files with 0 additions and 6 deletions
|
@ -1,3 +0,0 @@
|
|||
module.exports = client => { // logs if the bot gets disconnected from discord.
|
||||
client.logger.warn(`Bot disconnected at ${new Date()}`);
|
||||
};
|
|
@ -1,3 +0,0 @@
|
|||
module.exports = client => { // logs when the bot reconnects to discord
|
||||
client.logger.info(`Reconnecting at ${new Date()}`);
|
||||
};
|
Loading…
Reference in a new issue