Merge branch 'dev' into prbranch

This commit is contained in:
camila 2024-06-25 14:57:42 -05:00 committed by GitHub
commit e7dd0638a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ export default definePlugin({
...data,
options: [OptionalMessageOption],
execute: opts => ({
content: findOption(opts, "message", "") + data.description
content: findOption(opts, "message", "") + " " + data.description
})
}))
});