when user does not want to use process watcher, doLogin was not properly referenced causing a crash.
now initiating procWatcher inside of index.js
Discord_Config is now initialized inside of Index.js & changed import path
entry.js / entry.tp
edited to give each action/state/event a unique key to avoid missing data when using buildentry.js
fixed issue with discord_voice_channel_connected state not being created by buildentry.js
added various discord Settings action like set echocancellation or QOS into its own category to lessen clutter in the main one where majority of users need to navigate
removed discord_dm_voice_select and text_select
added new action to cover both with channelTypes valueChoice (keeping backwards
compatible for previous users)
onAction.js
removed import for DG and now passing it to onAction func instead
discord_config.js / DiscordConfig.js
removed this.procWatcher (now initiated in index.js)
renamed Discord_Config.js & changed class name to camelCase
removing DEFAULT_BASE_64_AVATAR import (now imported and used inside of index.js)
cleanup of other things
voicechannelhandler.js
importing DEFAULT_BASE64_AVATAR directly from js instead of from DiscordConfig
helpers.js
renamed app_monitor to discord_paths to better represent what it is
using pluginID from discordConfig.js
process_watcher.js
renamed class to ProcessWatcher and exporting as procWatcher
here is a snapshot of the new category for discordSettings actions - there are additional below but its cutoff
index.js
entry.js / entry.tp
onAction.js
discord_config.js / DiscordConfig.js
voicechannelhandler.js
helpers.js
process_watcher.js
here is a snapshot of the new category for discordSettings actions - there are additional below but its cutoff