Should put all the functions in discord/addon/utils.js into their own object and create them inside an IIFE to prevent namespacing issues. This will require references to them to be changed as well.
This work should also include adding the waitForElement functions to this object.
Should put all the functions in
discord/addon/utils.js
into their own object and create them inside an IIFE to prevent namespacing issues. This will require references to them to be changed as well.This work should also include adding the
waitForElement
functions to this object.