Useful Custom APIs

Yes, all the api’s appear to be. Luckily 8-ball can be done with nightbot’s eval. Just use a command like this:

$(eval var sayings = ['Signs point to yes.', 'Yes.', 'Reply hazy, try again.', 'My sources say no.', 'You may rely on it.', 'Concentrate and ask again.', 'Outlook not so good.', 'It is decidedly so.', 'Better not tell you now.', 'Very doubtful.', 'Yes - definitely.', 'It is certain.', 'Cannot predict now.', 'Most likely.', 'Ask again later.', 'My reply is no.', 'Outlook good.', "Don't count on it."]; sayings[Math.floor(Math.random() * sayings.length)];)

I believe it has to be put in via the nightbot dashboard because the size of the message is too long. So it will look something like this: http://i.imgur.com/eP59qKC.png

2 Likes