dev-master
9999999-devSlackbot commands to integrate Pokemath into slack
MIT
The Requires
by Christoph Rosse
math slack pokemon
Wallogit.com
2017 © Pedro Peláez
Slackbot commands to integrate Pokemath into slack
Slackbot integration to use Pokemath., (*1)
Pokebot can be installed via. Composer:, (*2)
composer require "gries/pokebot"
Run the bot, (*3)
<?php
use gries\Pokebot\Command\PokemathCommand;
use PhpSlackBot\Bot;
require_once __DIR__.'/../vendor/autoload.php';
$bot = new Bot();
$bot->setToken('token');
$bot->loadCommand(new PokemathCommand());
$bot->run();
Using the bot in slack, (*4)
, (*5)
For the full copyright and license information, please view the LICENSE file that was distributed with this source code., (*6)
Slackbot commands to integrate Pokemath into slack
MIT
math slack pokemon