Advertisement
HackTimes

Le commencement

Jul 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const Discord = require('discord.js');
  2. const client = new Discord.Client();
  3.  
  4. var prefix = ("!");
  5.  
  6. client.login('TOKEN');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement