Alex Hanson

Results 4 comments of Alex Hanson

nevermind sorry i think it resets to 00:00:00 when it gets past 1 hour 😭

Adding onto this with the error: ```js TypeError: Cannot read property 'locale' of undefined at new SendTimestamp (betterdiscord://plugins/SendTimestamps.plugin.js:226:59) at Object.initializeAddon (:4:41393) at Object.loadAddon (:4:8923) at Object.loadAddon (:4:40648) at Object.updateList (:4:10561)...

Another solution that fixes some other plugins too is to modify line 376 in 0PluginLibrary.plugin.js from: ```js get UserSettingsStore() {return _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("guildPositions");}, ``` to: ```js get UserSettingsStore() {return _webpackmodules__WEBPACK_IMPORTED_MODULE_1__["default"].getByProps("getAllSettings", "theme");}, ```...

If I / somebody knew the key, it would be here already 🙃 If you've got the build/ PAKs, you can either reverse engineer the key yourself from the game...