From 5f19afe79e14c8282548c2d0fe171f63eddc9912 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 19 Sep 2020 21:01:46 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index fdd9bd69ba..b8b52925b0 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -7469,7 +7469,7 @@ module.exports = (_ => { }; loadLibrary(true); - return class BDFDB_Frame { + return class BDFDB_Library { getName () {return config.info.name;} getAuthor () {return config.info.author;} getVersion () {return config.info.version;}