summaryrefslogtreecommitdiff
path: root/constants.js
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2021-08-19 23:41:53 +0200
committernea <romangraef@gmail.com>2021-08-19 23:41:53 +0200
commitbb6202dcc3e96a97853a36e65da361c5a32d6dd4 (patch)
tree345127b3da4c8c8d1eb977307087ac9b8fccdb0b /constants.js
parentdc20f2ccb947b5bb2898a9989e8d38c937f97061 (diff)
downloadpowercord-timezone-master.tar.gz
powercord-timezone-master.tar.bz2
powercord-timezone-master.zip
developHEADmaster
Diffstat (limited to 'constants.js')
-rw-r--r--constants.js12
1 files changed, 12 insertions, 0 deletions
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
+};
+