Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Dec 16, 2021
1 parent 47f071f commit e708ec4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Coin Toss Bot
- Commands Bot
- Dad Joke Bot
- Document Finder Bot
- Giphy Bot
- Insult Bot
- Invite Bot
Expand All @@ -40,7 +41,7 @@
- Weather Bot
- Wikipedia Bot
- YoMomma Bot
- Youtube Bot
- YouTube Bot
- Included Bot Packages:
- Games Package
- Jokester Package
Expand Down Expand Up @@ -131,6 +132,7 @@ use RTippin\MessengerBots\Bots\ChuckNorrisBot;
use RTippin\MessengerBots\Bots\CoinTossBot;
use RTippin\MessengerBots\Bots\CommandsBot;
use RTippin\MessengerBots\Bots\DadJokeBot;
use RTippin\MessengerBots\Bots\DocumentFinderBot;
use RTippin\MessengerBots\Bots\GiphyBot;
use RTippin\MessengerBots\Bots\InsultBot;
use RTippin\MessengerBots\Bots\InviteBot;
Expand Down Expand Up @@ -166,6 +168,7 @@ class MessengerServiceProvider extends ServiceProvider
CoinTossBot::class,
CommandsBot::class,
DadJokeBot::class,
DocumentFinderBot::class,
GiphyBot::class,
InsultBot::class,
InviteBot::class,
Expand Down

0 comments on commit e708ec4

Please sign in to comment.