Advertisement
sparkychild

Draft Bot Commands

Nov 11th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. Draft Bot Commands
  2.  
  3. Instructions:
  4. 1. Start a new session in the room
  5. draft init
  6. 2. Add the teams
  7. d addteam Dank Memes, John Cena
  8. 3. Load the players
  9. d load [hastebin link]
  10. 4. Start
  11. d start
  12.  
  13. **Commands:**
  14.  
  15. draft
  16. -- init (starts a new draft)
  17. -- reset (resets draft data in that room)
  18. -- team/addteam [name], [captain] (adds a new team)
  19. -- post (posts the data)
  20. -- export (exports results to hastebin)
  21. -- import/load [hastebin csv] (imports players)
  22. [to use this, simply export a csv file to hastebin and the bot will read it. For more information read:
  23. https://support.bigcommerce.com/articles/Public/What-is-a-CSV-file-and-how-do-I-save-my-spreadsheet-as-one]
  24. Sample Format:
  25. Name,Tiers,Inactivity
  26. John Cena,"AG, Ubers",none
  27. Chuck Norris,OU,"Chuck Norris is always inactive, he never wins battles, battles just win for him."
  28.  
  29. -- guide/help (displays this guide)
  30. -- setnominate [name] (manually decide who will nominate)
  31. -- nom/nominate [name] (nominates the player to be drafted)
  32. -- playerlist (displays the list of players)
  33. -- override (an arbitrary command to fix the draft data)
  34. -- money
  35. -- give/add [team - no spaces] [amount]
  36. -- take/remove [team - no spaces] [amount]
  37. -- coach/captain [team - no spaces] [captain's name]
  38. -- players
  39. -- add [team - no spaces] [player name]
  40. -- remove [team - no spaces] [player name]
  41. -- list
  42. -- add [player name]
  43. -- remove [player name]
  44. -- team
  45. -- add [name], [captain]
  46. -- remove [name]
  47. -- end (ends the session... can be undone using start)
  48. bid [amount] (amounts less than 100 will be multiplied by 1000)
  49. nominate/nom [player] (same as d nominate player)
  50.  
  51. **END of commands**
  52.  
  53. NOTE: Only spaces are needed unless specified with a comma.
  54. Ex.
  55. +d nominate deez nuts
  56. +d override players list add john cena (will add john cena to the pool of players that can be nominated for bidding)
  57. +d override team add Dank Memes, John Cena (adds a new team called Dank Memes, with John Cena as the coach)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement