[Webpack > Common] Add constants

pull/39/head
Oj18 3 years ago
parent aaad27eb0d
commit c3beebd421

@ -11,7 +11,7 @@
- Fixed clicking a page from a group DM causing member list to remain shown
- ### Webpack API [progress]
- Added new common module: channels
- Added new common modules: channels, constants
- ### Fixes [fixed]
- Fixed changelog not appearing on new update versions

@ -52,6 +52,7 @@ const obj = { // https://github.com/rauenzi/BetterDiscordApp/blob/master/src/mod
obj.common.i18n = obj.findByProps('Messages', '_requestedLocale');
obj.common.channels = obj.findByProps('getSelectedChannelState', 'getChannelId');
obj.common.constants = obj.findByProps('API_HOST', 'CaptchaTypes');
},
common: {}

Loading…
Cancel
Save