mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Update src/plugins/replyPingControl/index.ts
Co-authored-by: MrDiamondDog <84212701+MrDiamondDog@users.noreply.github.com>
This commit is contained in:
parent
66b49a25ab
commit
5026f3f354
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
modifyMentions(message) {
|
modifyMentions(message: MessageJSON) {
|
||||||
const isReplyToCurrentUser = this.isReplyToCurrentUser(message);
|
const isReplyToCurrentUser = this.isReplyToCurrentUser(message);
|
||||||
if (settings.store.alwaysPingOnReply && isReplyToCurrentUser) {
|
if (settings.store.alwaysPingOnReply && isReplyToCurrentUser) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue