Skip to content

sovereignbot/eve-item-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton (For plugins)

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!

About

Looks up item information from the EVE item database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages