🩹 Inactivity message
This commit is contained in:
@@ -63,5 +63,9 @@ module.exports = {
|
|||||||
|
|
||||||
if (!queue.playing) await queue.play();
|
if (!queue.playing) await queue.play();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
collector.on('end', (msg, reason) => {
|
||||||
|
if (reason === 'time') return message.channel.send(`Search timed out ${message.author}... try again ? ❌`);
|
||||||
|
});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user