From 76a600bdf3c73a0533f3eb71b9323022903329ab Mon Sep 17 00:00:00 2001 From: Ian Whitlock Date: Fri, 1 Nov 2019 11:13:52 -0500 Subject: [PATCH] Fix typo in the name of the plugin Typo in `config.json` causes the plugin to appear with the name "Memese" in the UI. This change should fix that so it says "Memes" instead. --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index fc3130c..7aeabf0 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "memes", - "name": "Memese", + "name": "Memes", "description": "Gives you the ability to quickly create and post memes via a /meme slash command.", "version": "1.1.0", "min_server_version": "5.2.0",