mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 06:10:20 +01:00
Update api.ts
This commit is contained in:
parent
d43a7b9121
commit
4eea36bbec
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export function createAiScriptEnv(opts) {
|
|||
utils.assertString(text);
|
||||
return values.STR(Misskey.nyaize(text.value));
|
||||
}),
|
||||
'Mk:replaceMfm': values.FN_NATIVE(async ([text, fn], opts) => {
|
||||
'Mfm:replaceTextNode': values.FN_NATIVE(async ([text, fn], opts) => {
|
||||
utils.assertString(text);
|
||||
utils.assertFunction(fn);
|
||||
|
||||
|
|
Loading…
Reference in a new issue