Difference between revisions of "Roll.php"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== Roll.php ====== ==== Description ==== Rolls a dice and shows the result ==== Features ==== * Rolls dice and flips coins * Supports verifications ===== Commands …')
 
 
Line 13: Line 13:
  
 
===== Commands provided =====
 
===== Commands provided =====
 
+
<pre>
 
^Command  ^ Keyword  ^Argument(s)  ^Description                                            ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                                            ^Tell      ^Guild    ^Priv      ^
 
|!roll    |          |[limit]      |Rolls a dice with [limit] sides. The default limit is 6|Guest    |Guest    |Guest    |
 
|!roll    |          |[limit]      |Rolls a dice with [limit] sides. The default limit is 6|Guest    |Guest    |Guest    |
 
|!flip    |          |              |Flips a coin and shows heads or tails                  |Guest    |Guest    |Guest    |
 
|!flip    |          |              |Flips a coin and shows heads or tails                  |Guest    |Guest    |Guest    |
 
|!verify  |          |<roll>        |Verifies the result of roll number <roll>              |Anonymous |N/A      |N/A      |
 
|!verify  |          |<roll>        |Verifies the result of roll number <roll>              |Anonymous |N/A      |N/A      |
 +
</pre>

Latest revision as of 09:02, 30 July 2021

Roll.php[edit]

Description[edit]

Rolls a dice and shows the result


Features[edit]

 * Rolls dice and flips coins
 * Supports verifications


Commands provided[edit]
^Command  ^ Keyword  ^Argument(s)   ^Description                                            ^Tell      ^Guild     ^Priv      ^
|!roll    |          |[limit]       |Rolls a dice with [limit] sides. The default limit is 6|Guest     |Guest     |Guest     |
|!flip    |          |              |Flips a coin and shows heads or tails                  |Guest     |Guest     |Guest     |
|!verify  |          |<roll>        |Verifies the result of roll number <roll>              |Anonymous |N/A       |N/A       |