Advertisement
Alexquickdraw

[Discord Bot] Software's instruction manual.

Jul 14th, 2018 (edited)
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. // THIS MANUAL IS OUTDATED!
  2. -------------------------------
  3.  
  4. //Basic commands
  5.  
  6. -> .Staff
  7. The staff command will display the bot owner, bot moderators and group owner
  8.  
  9. -> .nick
  10. The .nick command can be used to set a nickname for yourself inside the bot.
  11. for example: .nick Alex
  12. this will make the bot refer to you as Alex when using other commands.
  13.  
  14. -> .user_info
  15. This command displays embedded information about the target user.
  16. Information displayed: Username, #xxxx, Unique ID, Account creation date, Server join date, Avatar URL.
  17. Example: .user_info @Software#9628
  18.  
  19. -> .send_note
  20. This command works as a mail system through the bot.
  21. .send_note Alexquickdraw#6244 message here.
  22. this will send a message to my inbox with the message "message here"
  23. the next time i speak in a whitelisted channel, the bot will notify me.
  24.  
  25. -> .read_notes
  26. This is quite self explanatory.
  27.  
  28. -> .youtube
  29. This command searches youtube and returns a random result based on the arguments you pass to it.
  30. for example: .youtube cats
  31. this will search youtube for cat videos and return a random result from youtube based on the argument "cats"
  32.  
  33. -> .google_image
  34. this works the same as the youtube command but will return an image from google instead.
  35.  
  36. -> .urban
  37. This command returns the defenition of a word from urban dictionary
  38. Example use: .urban dreams
  39.  
  40. //RPG command explaination
  41.  
  42. -> .create_character
  43. This command will register a new rpg character into the database.
  44. this character will be your very own and only you can alter anything on it.
  45.  
  46. -> .character
  47. This will display your characters stats, name and image.
  48.  
  49. -> .inspect
  50. this command allows you to inspect another users character.
  51. this will display the name of the character, stats and image.
  52. example use is: .inspect Alexquickdraw#6244
  53.  
  54. -> .charname
  55. This command allows you to name your character.
  56. example use: .charname Alex
  57.  
  58. -> .charimg
  59. this command allows you to add an image to describe the looks of your character when you use the .character or .inspect command
  60. example use: .charimg https://i.imgur.com/x9GQucT.jpg
  61. It's important that the url contains an extension at the end (.jpg, .png) or the bot will reject the url.
  62.  
  63. -> .shop, .buy, .combine
  64. This will display the available items you can buy for your character along with thier price.
  65. to buy a level use .buy level.
  66. to buy multiple levels use .buy levels [number] example: .buy levels 10, this will attempt to buy 10 levels if you can afford it.
  67. to buy a lottery ticket use ".buy ticket" for a chance to win the lottery jackpot. (look at the .lottery_pot command)
  68. to buy a weapon, armor, amulet, ring use: .buy weapon, .buy armor, .buy amulet, .buy ring
  69. If you have an item, lets say a weapon with the rarity [Legendary]. if you roll another weapon with the same rarity, you may
  70. use the command: .combine_weapon. if you can affort it, this will merge the stats with your current weapon and the rolled weapon.
  71. this works the same for all items. each item can only be combined ONCE.
  72.  
  73. -> .equipment
  74. this command will display what equipped items you have.
  75.  
  76. ->.train
  77. For every level you buy, you get 5 stat points that you may invest in hp,atk,def,speed as you wish.
  78. to use this command type: .train [type of stat] [amount].
  79. lets say you have 10 points to spend.
  80. example: .train atk 5
  81. this will invest 5 of your points into attack.
  82. if you invest in hp it gets the investment * 2.
  83. so if you spend 5 point into hp, your total hp will be increased by 10.
  84.  
  85. -> .level_rank, .potato_rank
  86. These commands will display the ranks of highest level characters and richest characters.
  87.  
  88. -> .battle
  89. This command allows your characters to battle each other.
  90. example use: .battle Alexquickdraw#6244
  91. Mechanics explained:
  92. each battle has a maximum of 5 turns.
  93. whomever has the most hp after 5 turns wins, or if one player kills the other before 5 turns has passed.
  94.  
  95. ->.farm
  96. This farm will be your main income.
  97. to become a farmer, use the command .farm.
  98. once you've done so you're permanently registered as a farmer.
  99. use .farm again to gain potatoes, potatoes are the main currency in this game.
  100. you may use farm once every 5 minutes.
  101.  
  102. ->.potatoes
  103. This will show you how many potatoes you have
  104.  
  105. ->.bet
  106. This allows you to bet potatoes against the bot.
  107. example use: .bet 50
  108. if you win you will keep the 50 potatoes you bet and get an additional 50 potatoes back.
  109. if you lose you will lose 50 potatoes from your bank.
  110. the chances is a static 50% / 50%
  111.  
  112. ->.give_potatoes
  113. this command allows you to send potatoes to a user.
  114. example use: .give_potatoes Alexquickdraw#6244 50
  115. this will send 50 potatoes to me if you have enough potatoes to send that amount.
  116.  
  117. ->.lottery_pot
  118. This command shows the current lottery pot.
  119. the lottery pot is based on bet losses.
  120. when you bet potatoes against the bot, 25% of the losses goes
  121. the lottery pot. check out .shop to buy a lottery ticket.
  122.  
  123. // Caption commmands explainations
  124.  
  125. ->.caption
  126. This command allows you to put captions onto any image.
  127. example use: .caption https://i.imgur.com/x9GQucT.jpg Hello world!
  128. this will make the bot upload an edited image of the url with the captios "Hello world"
  129. it's important that the url has an extension at the end (.jpg, .png) or the bot will reject the url.
  130.  
  131. ->.tag+,.tag-,.tag*,.tags,.tag
  132. (Tags functions as storage units for images so you dont need to use an url to create captions.)
  133. (.tag+) means add tag (Example: .tag+ Smile https://i.imgur.com/x9GQucT.jpg) "Smile" will be the saved tag name"
  134. (.tag-) means delete tag (If you have a tag and want to delete it. Example use: .tag- Smile)
  135. (.tag*) deletes all your tags (This clears all tags you've saved, duh. Example use: .tag*)
  136. (.tags) means display users saved tags (Self explanatory, Example use: .tags)
  137. (.tag) is used to create captions with tags.
  138. Lets use the Smile tag we created as an example: .tag Smile Hellow world
  139. This will use the tag "Smile"'s image and write the captions "hellow world" on it.
  140. once the bot is done with the edit, it'll upload the result in the chat.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement