OscarXcore

Untitled

Sep 30th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. (sender) - User who triggered the command.
  2. (@sender) - User who triggered the command and adds a @ symbol to his name.
  3. (baresender) - User who triggered the command in lower case.
  4. (touser) - Replaces with the argument you say after the command. If nothing is said after its the user who triggered the command.
  5. (#) - Random number
  6. (1), (2), (3) etc - Command arguments.
  7. (age) - Tells you how long you have been on twitch for.
  8. (random) - Random person in chat.
  9. (pointname) - Current point name.
  10. (uptime) - Current stream uptime.
  11. (game) - Current game set on twitch.
  12. (status) - Current title set on twitch.
  13. (price) - Current command price.
  14. (pay) - Payment of the command.
  15. (onlineonly) - Will make the command work when the stream is online.
  16. (offlineonly) - Will make the command work when the stream is offline.
  17. (viewers) - Current viewer count.
  18. (count) - Amount of time the command has been used.
  19. (echo) - Will say any message as the bot.
  20. (1=) - Argument 1. Add a the tag name of your choice after the = for if the argument is empty.
  21. (countdown=) - Add the date you want to count down too. Ex (countdown=July 2 2016 7:00).
  22. (downtime) - Time since the last stream.
  23. (readfile filename.txt) - Reads what is in the file. The file must be in the bots addons folder.
  24. (customapijson URL key | {literal string} ...) - Call a remote URL that returns JSON. key or object.key or object.object.key to access JSON data.
  25. (command [command_name]) - Call a command. Must be first item in custom command. Do not include ! before command_name
  26. (customapi [requesturl]) - Call a remote URL
Advertisement
Add Comment
Please, Sign In to add comment