From b135677ac4e6ca662808531e84e6bda1a06472b7 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 7 Aug 2021 08:29:37 +0200 Subject: [PATCH] Update BDFDB.data.json --- Library/_res/BDFDB.data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 111b82d91d..25087ae8a5 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -138,7 +138,7 @@ "TimestampUtils": {"props": ["fromTimestamp", "extractTimestamp"]}, "TimeUtils": {"props": ["calendarFormat", "dateFormat"]}, "ThreadStore": {"props": ["isActive", "getThreadsForGuild"]}, - "UnreadGuildUtils": {"props": ["hasUnread", "getMentionCount"]}, + "UnreadGuildUtils": {"props": ["hasUnread", "getMentionCount"], "notProps": ["getOldestUnreadMessageId"]}, "UnreadChannelUtils": {"props": ["getUnreadCount", "getOldestUnreadMessageId"]}, "UploadUtils": {"props": ["upload", "instantBatchUpload"]}, "URLParser": {"props": ["parse", "resolveObject"]},