From 244a693895c341838aff1f7bb4c690f4a19bf668 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 7 Aug 2021 08:04:32 +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 b76c7ced1b..111b82d91d 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", "getUnreadGuilds"]}, + "UnreadGuildUtils": {"props": ["hasUnread", "getMentionCount"]}, "UnreadChannelUtils": {"props": ["getUnreadCount", "getOldestUnreadMessageId"]}, "UploadUtils": {"props": ["upload", "instantBatchUpload"]}, "URLParser": {"props": ["parse", "resolveObject"]},