Allow comment to be sent to the discord server as part of the log

TODO: Edit this to include a Edit Reason.
This commit is contained in:
zontreck 2025-01-04 17:29:38 -07:00
parent e2d64a2a9d
commit f699da5b03

View file

@ -118,7 +118,7 @@ class ModManagerState extends State<ModManager> {
settings.inst!.mods[idx] = MERA.mod!;
settings.loggedInUser!.sendDiscordActionLog(
"Edited Mod: ${MERA.mod!.mod_name}");
"Edited Mod: ${MERA.mod!.mod_name}\n${MERA.mod!.comment}");
});
}
},