From 8e746674c45dea0b817531477454533640ed5784 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 13 Jan 2019 12:59:23 +0100 Subject: [PATCH] Added WooCommerce coupon plugin to list of available plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42cf2b0..9f3a653 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ The bot has different plugins that can be activated by sending `[Keyword in bot' ### List of available plugins: * [Hello plugin](src/branch/master/plugins/events): An example plugin that interacts with users that send "Hello bot" to the bot. +* [WooCommerce coupon plugin](src/branch/master/plugins/woocommerce_coupons): a plugin that sets up a coupon on installation and sends this coupon to a user that asks for it. The plugin supports an expiration period. After this period, it will renew the coupon. * [Admidio events plugin](src/branch/master/plugins/events): a plugin that interacts with an [Admidio](https://admidio.org) installation. ### API