sovereignbot / eve-market-lookup
Lookup EVE item values
dev-master
2016-06-02 11:35 UTC
Requires
- php: ^7.0.0
This package is not auto-updated.
Last update: 2024-11-18 13:41:12 UTC
README
Usage
- Pick the type of plugin you want to make, remove the others.
- Fix the SkeletonServiceProvider.php file to include your plugin
- Rename stuff from skeleton to what your plugin is called
- Fix composer.json
- Include in bot
Install
In your main sovereign bot install, run this:
composer require sovereignbot/plugin-skeleton
Add the youtube-player service provider to your config file:
$config['serviceProviders'] = [
...
Sovereign\Service\SkeletonServiceProvider::class
];
And Restart Sovereign!