diff options
author | nea <romangraef@gmail.com> | 2021-08-19 23:41:53 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2021-08-19 23:41:53 +0200 |
commit | bb6202dcc3e96a97853a36e65da361c5a32d6dd4 (patch) | |
tree | 345127b3da4c8c8d1eb977307087ac9b8fccdb0b /constants.js | |
parent | dc20f2ccb947b5bb2898a9989e8d38c937f97061 (diff) | |
download | powercord-timezone-master.tar.gz powercord-timezone-master.tar.bz2 powercord-timezone-master.zip |
Diffstat (limited to 'constants.js')
-rw-r--r-- | constants.js | 12 |
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 +}; + |