mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 19:05:29 +00:00
createMessageWithDefaults: unset member
This commit is contained in:
@@ -296,6 +296,8 @@ export class Message extends BaseClass {
|
||||
opts.webhook_id = opts.webhook?.id;
|
||||
opts.application_id = opts.application?.id;
|
||||
|
||||
delete opts.member;
|
||||
|
||||
Object.assign(message, {
|
||||
tts: false,
|
||||
embeds: [],
|
||||
|
||||
Reference in New Issue
Block a user