Advertisement
TriG-Tbh

Echo Bot Commands

Nov 12th, 2019
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. <variable>: Required
  2. [variable]: Optional
  3.  
  4. Fun:
  5. .echo <statement>
  6. Echoes a given string
  7. .cascade <statement>
  8. Returns a multi-line string.
  9. Each line contains one more letter in the given statement.
  10. .morse <encode/decode> <message>
  11. Encode: Encodes a given message into Morse code
  12. Decode: Decodes a given message into readable text
  13. Encoded Morse uses / to separate letters, and // to separate words.
  14. .xkcd [number]
  15. Posts an XKCD strip.
  16. Defaults to a random number
  17. If a given number is greater than the most recent strip number, it will fall back to the greatest one.
  18. .roll/dice [sides]
  19. Rolls a die with a specific number of sides and returns the roll.
  20. Defaults to a six sided die.
  21. RPG dice syntax (d8, d20, etc.) can also be used.
  22. .reddit <subreddit>
  23. Posts the URL of a random image from a given subreddit.
  24. NOTE: though NSFW posts are rejected, they might still contain swearing/sensitive topics
  25. .meme
  26. Posts a random image from r/memes
  27. .reddit memes produces the same result.
  28. NOTE: though NSFW posts are rejected, they might still contain swearing/sensitive topics
  29. .8ball/magic8ball <question>
  30. Returns a response to a yes or no question.
  31. .ship <name1> [name2]
  32. Ships name1 with name2, if both are provided.
  33. Ships name1 with the name of the command user if name2 is not provided.
  34. ".ship name1 name2" has the same result as ".ship name2 name1".
  35. .rate <item>
  36. Rates an item from 0-10.
  37.  
  38. Utilities:
  39. .evaluate/eval <expression>
  40. Evaluates a math expression.
  41. .bitcoin/btc [amount]
  42. Calculates the price of a given amount of Bitcoin.
  43. Defaults to 1 Bitcoin.
  44. .tinyurl <url>
  45. Shortens a given URL
  46. .ping
  47. Displays ping time, uptime and memory usage for the bot.
  48. .wikipedia <search term>
  49. Displays the first two sentences of the Wikipedia summary article for a search term.
  50. .tag
  51. set <tag name> <variable>
  52. Creates a global variable that can be accessed by anyone later using the name of the variable.
  53. Will not be set if tag is already defined.
  54. view <tag name>
  55. Views the contents of a tag.
  56.  
  57. Administration:
  58. .checkadmin [id/tag]
  59. Checks if a given user is an administrator.
  60. Defaults to yourself.
  61. .addemoji <name> <url>
  62. Makes a new emoji with a given name and image URL
  63. .avatar [user mention]
  64. Displays the avatar for a mentioned user.
  65. Defaults to the person who used this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement