Hope you enjoyed the video! If you're interested in hosting this Discord bot 24/7, check out my bot hosting tutorial: ruclips.net/video/f7KjJQVcogY/видео.html
This is part 1 to the economy bot series. This vid covers the environment setup and introduces you to discord.js bots. There’s a lot more videos coming which will make it a functioning economy bot.
Dont know if this will apply to anyone else, but when I first added the Ping slash command it wouldn't show up in the server. I re invited the bot to the server with bot,slash.commands, and admin as the scope and the commands registered in the server.
throw er; // Unhandled 'error' event ^ I'm getting this error after trying to add the "ready" listener event: Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:' at new NodeError (node:internal/errors:399:5) at throwIfUnsupportedURLScheme (node:internal/modules/esm/resolve:1059:11) at defaultResolve (node:internal/modules/esm/resolve:1135:3) at nextResolve (node:internal/modules/esm/loader:163:28) at ESMLoader.resolve (node:internal/modules/esm/loader:838:30) at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18) at ESMLoader.import (node:internal/modules/esm/loader:525:22) at importModuleDynamically (node:internal/modules/cjs/loader:1186:29) at importModuleDynamicallyWrapper (node:internal/vm/module:429:21) at importModuleDynamically (node:internal/vm:106:46) Emitted 'error' event on Client instance at: at emitUnhandledRejectionOrErr (node:events:394:10) at process.processTicksAndRejections (node:internal/process/task_queues:84:21) { code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
Hope you enjoyed the video!
If you're interested in hosting this Discord bot 24/7, check out my bot hosting tutorial: ruclips.net/video/f7KjJQVcogY/видео.html
1 year later and this video did the trick thanks so much!
Apologies for the weird sound gate issues in some places of the vid. I used the wrong sound preset :(
I enjoyed watching the video, and I like seeing your tutorials.
If the bot's commands don't appear in discord, you have to end discord in task manager and restart it
when are you uploading the next part please tell I love your vids
Great videos ! Keep going!
Amazing vid 🎉
im very enjoyed about ur video very important to me for beginner listening code
Amazing video!
One small problem tho
How is this a Economy bot?
This is part 1 to the economy bot series. This vid covers the environment setup and introduces you to discord.js bots. There’s a lot more videos coming which will make it a functioning economy bot.
@@UnderCtrl Oh Alright bro Thanks so much for the clarification!
for me only the ping command is working, if I change name or command nothing is working...
Hi, whats is your dc name?
Only issue I have is the bots / command doesnt appear
restarting discord worked for me
Dont know if this will apply to anyone else, but when I first added the Ping slash command it wouldn't show up in the server. I re invited the bot to the server with bot,slash.commands, and admin as the scope and the commands registered in the server.
One question which db you will going to use?
MongoDB
When will u upload next part
13:05
throw er; // Unhandled 'error' event
^
I'm getting this error after trying to add the "ready" listener event:
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
at new NodeError (node:internal/errors:399:5)
at throwIfUnsupportedURLScheme (node:internal/modules/esm/resolve:1059:11)
at defaultResolve (node:internal/modules/esm/resolve:1135:3)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:838:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
at ESMLoader.import (node:internal/modules/esm/loader:525:22)
at importModuleDynamically (node:internal/modules/cjs/loader:1186:29)
at importModuleDynamicallyWrapper (node:internal/vm/module:429:21)
at importModuleDynamically (node:internal/vm:106:46)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:394:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
I'm also getting the same error