2017 © Pedro Peláez
 

library plugin-radio

Play various curated radio stations

image

sovereignbot/plugin-radio

Play various curated radio stations

  • Thursday, June 2, 2016
  • by karbowiak
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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:, (*1)

composer require sovereignbot/plugin-skeleton

Add the youtube-player service provider to your config file:, (*2)

$config['serviceProviders'] = [
    ... 
    Sovereign\Service\SkeletonServiceProvider::class
];

And Restart Sovereign!, (*3)

The Versions

02/06 2016

dev-master

9999999-dev

Play various curated radio stations

  Sources   Download

MIT

The Requires

 

by Michael Karbowiak