mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 09:35:02 +00:00
CustomEvents: pass safe args to actions
This commit is contained in:
parent
7f2731262d
commit
71351435c9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export const CustomEventsPlugin = zeppelinGuildPlugin<CustomEventsPluginType>()(
|
||||||
}
|
}
|
||||||
|
|
||||||
const values = createTypedTemplateSafeValueContainer({
|
const values = createTypedTemplateSafeValueContainer({
|
||||||
...args,
|
...safeArgs,
|
||||||
msg: messageToTemplateSafeMessage(message),
|
msg: messageToTemplateSafeMessage(message),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue