Skip to content

Commit

Permalink
Added badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Aug 21, 2019
1 parent d705fc3 commit 96326fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Timer

[![Latest Stable Version](https://poser.pugx.org/async-bot/timer-plugin/v/stable)](https://packagist.org/packages/async-bot/timer-plugin)
[![Build Status](https://travis-ci.org/async-bot/timer-plugin.svg?branch=master)](https://travis-ci.org/async-bot/timer-plugin)
[![Coverage Status](https://coveralls.io/repos/github/async-bot/timer-plugin/badge.svg?branch=master)](https://coveralls.io/github/async-bot/timer-plugin?branch=master)
[![License](https://poser.pugx.org/async-bot/timer-plugin/license)](https://packagist.org/packages/async-bot/timer-plugin)

A very simple timer plugin for the Async Bot framework

The only thing this plugin does is emit a `AsyncBot\Plugin\Event\Tick` event based on a `\DateInterval` interval.
Expand Down

0 comments on commit 96326fd

Please sign in to comment.