[SIS-8] creating modmode customization

enabling entertainment and custom command module
This commit is contained in:
Sheldan
2022-07-21 23:09:07 +02:00
parent d74c10c618
commit 7f8c429a04
28 changed files with 398 additions and 9 deletions

View File

@@ -1,12 +1,13 @@
{
"template_artifacts": [
"core","starboard", "link-embed", "moderation",
"core","starboard", "link-embed", "moderation", "entertainment", "custom-command",
"quotes", "meetup",
"moderation-custom",
"moderation-template-overrides"
],
"translation_artifacts": [
"core",
"starboard", "link-embed", "moderation",
"starboard", "link-embed", "moderation", "entertainment", "custom-command",
"quotes", "meetup",
"moderation-custom",
"moderation-translation-overrides"
@@ -19,6 +20,8 @@
{ "zip": "quotes", "file": "quotes-changeLog.xml"},
{ "zip": "meetup", "file": "meetup-changeLog.xml"},
{ "zip": "moderation", "file": "moderation-changeLog.xml"},
{ "zip": "entertainment", "file": "entertainment-changeLog.xml"},
{ "zip": "custom-command", "file": "custom-command-changeLog.xml"},
{ "zip": "moderation-custom", "file": "moderation-custom-changeLog.xml"}
]
}