Navigation


 || Learn ||


 Go back to the forum

Learn Programming   

Testing Markup

DribbleXX^ | Published on the 2018-03-02, 13:41 | 35 Views

    const Discord = require('discord.js')
    const bot = new Discord.Client();

    // Colors work
   /*   Defi...
     ...netly */

    bot.on('ready') {
      console.log('js also works')
    }
    });
    bot.login(config.token);
About the author