Clear screen when bot is ready
This commit is contained in:
parent
b8e1c47b32
commit
ca4ffab803
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Reference in a new issue