Advertisement
Trikkesc

helpful

Nov 20th, 2019
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. !commands add !8ball 🎱 $(eval const responses = ['All signs point to yes...', 'Yes!', 'My sources say nope.', 'You may rely on it.', 'Concentrate and ask again...', 'Outlook not so good...', 'It is decidedly so!', 'Better not tell you.', 'Very doubtful.', 'Yes - Definitely!', 'It is certain!', 'Most likely.', 'Ask again later.', 'No!', 'Outlook good.', 'Don\'t count on it.']; responses[Math.floor(Math.random() * responses.length)];)
  2.  
  3. !commands add !uptime $(urlfetch https://beta.decapi.me/twitch/uptime/lepanoska)
  4. !commands add !google Here is your search result googled: https://www.google.com/search?q=$(querystring)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement