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:
parent
e2d64a2a9d
commit
f699da5b03
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class ModManagerState extends State<ModManager> {
|
||||||
settings.inst!.mods[idx] = MERA.mod!;
|
settings.inst!.mods[idx] = MERA.mod!;
|
||||||
|
|
||||||
settings.loggedInUser!.sendDiscordActionLog(
|
settings.loggedInUser!.sendDiscordActionLog(
|
||||||
"Edited Mod: ${MERA.mod!.mod_name}");
|
"Edited Mod: ${MERA.mod!.mod_name}\n${MERA.mod!.comment}");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue