not sure why heroku shows it, but the app still works.
it says
2022-01-15T17:39:43.304921+00:00 app[worker.1]: (node:4) DeprecationWarning: The message event is deprecated. Use messageCreate instead 2022-01-15T17:39:43.304934+00:00 app[worker.1]: (Use
node --trace-deprecation ...to show where the warning was created)
I did run node ---trace-depracation ...
and it said
Error: Cannot find module 'C:\Users\User\OneDrive\Documents\GitHub\Knight-Piplup...'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:79:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
I need help with what to do here :')