Advertisement
L1ghtsh0w

Untitled

Jan 14th, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var bot = new cleverbot("xxxxx", "xxxxx");
  2. bot.create(function (err, session)
  3. {
  4.     bot.ask('Never gonna give you up', function (err, response)
  5.     {
  6.         var chan = client.channels.find("name", "bot-commands");
  7.         client.channels.get(chan.id).sendMessage(response);
  8.     });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement