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.
master
Ian Whitlock 2019-11-01 11:13:52 -05:00 committed by GitHub
parent 322d3407e5
commit 76a600bdf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",