1337m / lemming-giphy
The Giphy extension for Lemming the Discord bot.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:plugin
Requires
- php: >=5.6
- 1337m/lemming: ^0.0.1
Requires (Dev)
- phpunit/phpunit: ^5.5
This package is not auto-updated.
Last update: 2025-03-01 21:59:27 UTC
README
A plugin command, to the Lemming the Discord Bot.
Installation
This plugin, can be simply installed with the composer
package.
composer require 1337m/lemming-giphy
Once, plugin is one of our dependencies,
you can register it by referencing our library,
in the config/commands.php
in your package.
Like so:
<?php return [ // Register Giphy plugin. 'gif' => [ 'action' => Lemming\Giphy\Command::class ], ];
In order for the plugin to work for you,
go to the GiphyAPI and request a new key;
or use the public API key: dc6zaTOxFJmzC
.
Once you obtain the key you'd like to use, make sure to add it to your .env
file,
so lemming can authorise the API.
GIPHY_API_KEY=dc6zaTOxFJmzC
Licence
Lemming and it's official plugins are open-sourced software licensed under the MIT license.