From 9ffbd17b44dc4d6c642f8b0fd51475fc868a0a4b Mon Sep 17 00:00:00 2001 From: Tiago Danin Date: Mon, 26 Feb 2018 12:35:08 -0300 Subject: [PATCH] A small correction in Docs/Plugins/Examples --- docs/plugins/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/examples.md b/docs/plugins/examples.md index 30bb68a1..135812d3 100644 --- a/docs/plugins/examples.md +++ b/docs/plugins/examples.md @@ -53,7 +53,7 @@ const plugin = (scope) => { } module.exports = { - name: 'Search emojis...' + name: 'Search emojis...', fn: plugin, keyword: 'emoj' }