diff --git a/.env.template b/.env.template index 96e1530..93017f2 100644 --- a/.env.template +++ b/.env.template @@ -563,3 +563,4 @@ MODULE_CLANCENTAUR=0 MODULE_DELVES=0 MODULE_MOD_DISABLE_ACHIEVEMENTS=0 MODULE_LUA_BATTLEPASS=0 +MODULE_MOD_GM_DISCORD=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index a1920ab..b488ef6 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5573,6 +5573,20 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_MOD_GM_DISCORD", + "name": "mod-gm-discord", + "repo": "https://github.com/Diabloxx/mod-gm-discord.git", + "description": "GM to Discord Tools", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }