3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 20:55:01 +00:00

Custom Events fixes (#255)

This commit is contained in:
metal 2021-09-04 17:11:10 +01:00 committed by GitHub
parent 3385841702
commit f2f246ee84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -51,7 +51,7 @@ export const CustomEventsPlugin = zeppelinGuildPlugin<CustomEventsPluginType>()(
}
const values = createTypedTemplateSafeValueContainer({
...args,
...safeArgs,
msg: messageToTemplateSafeMessage(message),
});