mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 17:36:23 +00:00
Merge branch 'dev' into prbranch
This commit is contained in:
commit
e7dd0638a8
1 changed files with 7 additions and 7 deletions
|
@ -42,7 +42,7 @@ export default definePlugin({
|
|||
...data,
|
||||
options: [OptionalMessageOption],
|
||||
execute: opts => ({
|
||||
content: findOption(opts, "message", "") + data.description
|
||||
content: findOption(opts, "message", "") + " " + data.description
|
||||
})
|
||||
}))
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue