sovereignbot/eve-item-lookup

Lookup EVE item information

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/sovereignbot/eve-item-lookup

dev-master 2016-06-02 11:35 UTC

This package is not auto-updated.

Last update: 2025-10-06 17:56:41 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!