From bb6202dcc3e96a97853a36e65da361c5a32d6dd4 Mon Sep 17 00:00:00 2001 From: nea Date: Thu, 19 Aug 2021 23:41:53 +0200 Subject: develop --- constants.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 constants.js (limited to 'constants.js') diff --git a/constants.js b/constants.js new file mode 100644 index 0000000..180e7f5 --- /dev/null +++ b/constants.js @@ -0,0 +1,12 @@ +const PLUGIN_ID = 'timezone-powercord'; +const INJECTION_ID_MESSAGE_RENDER = PLUGIN_ID + '-message-render'; +const SETTINGS_INDEV_VERSION = 'indev-version'; +const SETTINGS_TIMEZONE = 'timezone'; + +module.exports = { + PLUGIN_ID, + INJECTION_ID_MESSAGE_RENDER, + SETTINGS_INDEV_VERSION, + SETTINGS_TIMEZONE +}; + -- cgit