change reconnect log
This commit is contained in:
parent
23ac36c819
commit
8598f27de8
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ const { logChannel } = require('../config');
|
|||
module.exports = {
|
||||
name: 'shardReconnecting',
|
||||
run: async (client) => {
|
||||
const logs = client.channels.get(logChannel);
|
||||
const message = `Shard ${client.options.shards[client.options.shards.length - 1] + 1}/${client.options.shards.length} changed status to reconnecting`;
|
||||
const logs = client.channels.get('672082800320577556')
|
||||
const message = `Shard ${client.options.shards[client.options.shards.length - 1] + 1}/${client.options.shards.length} changed status to reconnecting`;
|
||||
|
||||
if (logs) logs.send(message);
|
||||
console.log(message);
|
||||
|
|
Loading…
Reference in a new issue