Advertisement
Guest User

gr8bot commands v1

a guest
Aug 27th, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // NOTE: Parameters inside <> are required, parameters inside [] are optional
  2.  
  3. // Starts a team betting contest of A vs B
  4. //   Example: !teambets myteam enemyteam
  5. !teambets <team1> <team2>
  6. // Users then bet using:
  7.   #<team1> <betcoin amount>
  8.   #<team2> <betcoin amount>
  9.   #tie
  10.  
  11. // Starts a score betting contest for a team (or player)
  12. // Score bets are useful for games where betting on a score difference (as in difference of fifa goals or FPS kills - deaths) is
  13. // more natural and engaging
  14. //  Example: !scorebets myteam
  15. !scorebets <team>
  16. // Users then bet using:
  17.   #<team> <betcoin amount> <score>
  18.   #tie  <betcoin amount>
  19.  
  20. // If you don't know what to do
  21. !betstatus
  22.  
  23. // Ends a betting contest, i.e. users can no longer bet and a winner must be set later on with
  24. !endbets [now|seconds til close]
  25.  
  26. // Cancels a betting contest, useful if you created one by mistake
  27. !cancelbets
  28.  
  29. // Re-opens a closed betting contest (if ended by mistake)
  30. !openbets
  31.  
  32. // Selecting a winner, with an optional bonus to the winners //
  33.  
  34. // F teambets
  35. !<team1>wins [bonus]
  36. !<team2>wins [bonus]
  37. !tiewins
  38. !draw
  39.  
  40. // For scorebets
  41. !<team>wins <score> [bonus]
  42. !<team>loses <score> [bonus]
  43. !<team>ties [bonus]
  44. !tiewins
  45. !draw
  46.  
  47. //
  48.  
  49. // Displays the top X users ordered by descending amount of coins
  50. !top10coins
  51. !topcoins [number 1 - 20]
  52.  
  53. // Check your current amount of coins
  54. #betcoins
  55.  
  56. // WIP: Top lists
  57. !starttoplist 1-10 11-20
  58. !snapshottoplist
  59. !randomtoplist 1-10
  60. !endtoplist
  61. !resetallcoins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement