const clientId = '187406016902594560';
const scopes = ['rpc', 'rpc.api', 'messages.read'];
const client = new RPC.Client({ transport: 'websocket' });
client.on('ready', () => {
  console.log('Logged in as', client.application.name);
  console.log('Authed for user', client.user.username);
  client.selectVoiceChannel('81384788862181376');
});
// Log in to RPC with client id
client.login({ clientId, scopes });
            
  
    
      forked from discordjs/RPC
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
discordjs-kr/RPC
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
Repository files navigation
About
A simple RPC client for Discord
Resources
Stars
Watchers
Forks
Packages 0
        No packages published 
      
              Languages
- JavaScript 97.6%
 - CSS 1.5%
 - HTML 0.9%
 

