Clear screen when bot is ready

This commit is contained in:
SileNce5k 2021-06-28 16:04:40 +02:00
parent b8e1c47b32
commit ca4ffab803
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -28,6 +28,7 @@ reloadCommands(client)
loadNetModules(client)
client.once('ready', () => {
console.clear();
console.log('Ready!');
if(presenceType && presenceText)
client.user.setActivity(presenceText, { type: presenceType });