MMM/manifest.json
2023-07-23 20:13:40 +02:00

21 lines
614 B
JSON

{
"id": "com.twoexem.delta.MMM",
"name": "MMM",
"description": "A simple plugin that allows you to turn a prefixed command into some expansion.",
"author": {
"name": "delta",
"discordID": "770804101332074547",
"github": "Delta-Official"
},
"version": "1.0.7",
"updater": {
"type": "store",
"id": "com.twoexem.delta.MMM"
},
"license": "GPL-3.0-or-later",
"image": "https://cdn.discordapp.com/attachments/849451139471638542/1132734755780186172/mmm_preview.gif",
"source": "https://github.com/Delta-official/MMM",
"type": "replugged-plugin",
"renderer": "src/index.ts"
}