fix missing space in MoreKaomoji (#2625)
This commit is contained in:
parent
62afad3e65
commit
df32e8d305
|
@ -42,7 +42,7 @@ export default definePlugin({
|
||||||
...data,
|
...data,
|
||||||
options: [OptionalMessageOption],
|
options: [OptionalMessageOption],
|
||||||
execute: opts => ({
|
execute: opts => ({
|
||||||
content: findOption(opts, "message", "") + data.description
|
content: findOption(opts, "message", "") + " " + data.description
|
||||||
})
|
})
|
||||||
}))
|
}))
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue