mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
oops
This commit is contained in:
parent
a9a4d19d21
commit
4b02352375
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default definePlugin({
|
||||||
if (!repliedMessage || repliedMessage.author.id !== user.id)
|
if (!repliedMessage || repliedMessage.author.id !== user.id)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const isWhitelisted = settings.store.replyPingWhitelist.split(",").some(id => message.author.id === id.trim())
|
const isWhitelisted = settings.store.replyPingWhitelist.split(",").some(id => message.author.id === id.trim());
|
||||||
|
|
||||||
if (isWhitelisted || settings.store.alwaysPingOnReply) {
|
if (isWhitelisted || settings.store.alwaysPingOnReply) {
|
||||||
if (!message.mentions.some(mention => mention.id === user.id))
|
if (!message.mentions.some(mention => mention.id === user.id))
|
||||||
|
|
Loading…
Add table
Reference in a new issue