discord-dashboard icon indicating copy to clipboard operation
discord-dashboard copied to clipboard

Issue from dashboard.js (Super small but annoying)

Open ItzSkyy opened this issue 11 months ago • 0 comments

tries to call on line 9 const checkAuth = require('../backend/CheckAuth'); file is named checkAuth

Need to change dashboard.js line 9 to const checkAuth = require('../backend/checkAuth');

ItzSkyy avatar Jul 15 '23 22:07 ItzSkyy