Advertisement
xgerhard

Specific destiny action commands

Sep 25th, 2017 (edited)
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Nightbot
  2. --------
  3. !commands add !primary $(urlfetch http://destinycommand.com/api/command?query=primary xgerhard xbox&response_user=$(touser))
  4. !commands add !special $(urlfetch http://destinycommand.com/api/command?query=secondary xgerhard xbox&response_user=$(touser))
  5. !commands add !loadout $(urlfetch http://destinycommand.com/api/command?query=weapons xgerhard xbox&response_user=$(touser))
  6. !commands add !gear $(urlfetch http://destinycommand.com/api/command?query=gear xgerhard xbox&response_user=$(touser))
  7. !commands add !heavy $(urlfetch http://destinycommand.com/api/command?query=heavy xgerhard xbox&response_user=$(touser))
  8. !commands add !ship $(urlfetch http://destinycommand.com/api/command?query=ship xgerhard xbox&response_user=$(touser))
  9.  
  10. Notice: PC players make sure you encode your #, this icon will break url's. # needs to be encoded to %23. For example:
  11. xgerhard#21555 = xgerhard%2321555
  12.  
  13. !commands add !primary $(urlfetch http://destinycommand.com/api/command?query=primary xgerhard%2321555&response_user=$(touser))
  14.  
  15. Examples:
  16. !commands add !primary $(urlfetch https://destinycommand.com/live/api/command?query=primary%20SoTeRiOLoGy%238302&response_user=$(touser))
  17.  
  18. Deepbot
  19. ------
  20. !addcmd !primary @customapi@[https://destinycommand.com/api/command?bot=deepbot&user=@user@&response_user=@target@[1]&channel=CHANNEL_NAME_HERE&query=primary xgerhard xbox]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement