1337m/lemming-giphy
Composer 安装命令:
composer require 1337m/lemming-giphy
包简介
The Giphy extension for Lemming the Discord bot.
README 文档
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.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-02