@@ -710,6 +710,7 @@ class Message extends Base {
|
|||||||
return Boolean(
|
return Boolean(
|
||||||
channel?.type === 'GUILD_NEWS' &&
|
channel?.type === 'GUILD_NEWS' &&
|
||||||
!this.flags.has(MessageFlags.FLAGS.CROSSPOSTED) &&
|
!this.flags.has(MessageFlags.FLAGS.CROSSPOSTED) &&
|
||||||
|
this.reference?.type !== 'FORWARD' &&
|
||||||
this.type === 'DEFAULT' &&
|
this.type === 'DEFAULT' &&
|
||||||
!this.poll &&
|
!this.poll &&
|
||||||
channel.viewable &&
|
channel.viewable &&
|
||||||
|
|||||||
Reference in New Issue
Block a user