Basic housekeeping, as well as very basic work on per-channel !toke commands

This commit is contained in:
rainbow napkin 2024-12-15 07:25:38 -05:00
parent dc01b8a15a
commit 575244ac53
22 changed files with 139 additions and 35 deletions

View file

@ -15,8 +15,8 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
//local imports
const accountUtils = require('../../../utils/sessionUtils.js');
const {exceptionHandler, errorHandler} = require('../../../utils/loggerUtils.js');
const accountUtils = require('../../../utils/sessionUtils');
const {exceptionHandler, errorHandler} = require('../../../utils/loggerUtils');
module.exports.get = async function(req, res){
if(req.session.user){