Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. const Discord = require('discord.js');
  2. const TOKEN = "NTQxMzAwOTM3MjkwMDIyOTEz.Dzdsww.U6YVQBfZeUB2uCbFCZDNJFE24zs"
  3. var schedule = require('node-schedule');
  4. var bot = new Discord.Client();
  5. bot.on("ready", () => {
  6. console.log("Bot is online!");
  7.  
  8.  
  9.  
  10. });
  11. bot.login(TOKEN)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement