Advertisement
xgerhard

Wizebot

Jul 17th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Add as command:
  2.  
  3. !cmd add !destiny $urlcall(https://destinycommand.com/api/command?query=$(args_encoded)&bot=wizebot&user=$(display_name)&channel=$(channel_name)&default_console=xbox)
  4.  
  5. ------------------
  6.  
  7. Or add through Wizebot interface:
  8.  
  9. Wizebot
  10. - Go to the 'My commands' page
  11. - Scroll down and click 'New command'
  12. - Enter a custom command name, for example: !destiny
  13. - Change the dropdown value from 'Say a text' to 'Custom API (URL)'
  14. - Copy-paste the following url as command value (no need to change any of the variables):
  15. https://destinycommand.com/api/command?query=$(args_encoded)&bot=wizebot&user=$(display_name)&channel=$(channel_name)&default_console=xbox
  16.  
  17. Set the default_console parameter to what you want: xbox/ps/pc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement