Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- client.on('ready', function() {
- console.log(`i am ready ${client.user.username}`);
- });
- client.on('ready', () => {
- client.user.setStatus('idle');
- });
- client.on('ready', function() {
- console.log(`i am ready ${client.user.username}`);
- });
- client.on('ready', () => {
- client.user.setStatus('online');
- });
- client.on('ready', function() {
- console.log(`i am ready ${client.user.username}`);
- });
- client.on('ready', () => {
- client.user.setStatus('dnd');
- });
Advertisement
Add Comment
Please, Sign In to add comment