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

Example of Discord Oauth2 - Complete with Discord Bot

Results 4 discord-dashboard issues
Sort by recently updated
recently updated
newest added

hi i have plesk panel and how can i host the bot in plesk panel?

I made test-clones of manage.ejs and renamed them to avoid any conflicts foo.ejs/bar.ejs, and make some test linking to them in the manage.js but when I stop the bot and...

Fixed this issue on startup. I edited the path access. ```lang-js Error: Cannot find module '../backend/CheckAuth' Require stack: - /home/nairodtv/Documents/WorkSpace/discord-dashboard/routes/dashboard.js - /home/nairodtv/Documents/WorkSpace/discord-dashboard/server.js - /home/nairodtv/Documents/WorkSpace/discord-dashboard/bot.js at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15) at Module._load (node:internal/modules/cjs/loader:985:27)...

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');`