wildphp / module-russianroulette
This package is abandoned and no longer maintained.
No replacement package was suggested.
Russian Roulette game module for WildPHP
v1.0.0-beta.1
2017-08-23 14:19 UTC
This package is auto-updated.
Last update: 2023-03-25 20:47:44 UTC
README
Russian Roulette module for WildPHP. Watch what happens!
System Requirements
If your setup can run the main bot, it can run this module as well.
Installation
To install this module, we will use composer
:
composer require wildphp/module-russianroulette
That will install all required files for the module. In order to activate the module, add the following line to your modules array in config.neon
:
- WildPHP\Modules\RussianRoulette\RussianRoulette
The bot will run the module the next time it is started.
Usage
Use the pull
command and see what happens! To add extra randomness, use spin
.
License
This module is licensed under the MIT license. Please see LICENSE
to read it.