Method | Description | |
---|---|---|
onCommandRoll ( string $message ) : void | Handles a request for the bot to perform a dice roll. | |
onLoad ( ) : void | Checks for dependencies. |
roll 3d6 + 2
public onCommandRoll ( string $message ) : void | ||
$message | string | Dice roll to perform |
return | void |