Summary
Keywords
Full Transcript
Advanced Command + Event Handler (Discord.js v14) IMPORTANT: In 28:49 and 30:02 change the "break" to "return". Reason: Using break will only half work as it won't reply if there's more than one permission. However it will still run the rest of the function which means it'll attempt to still run the command at the end of the function. Return will make sure the function stops completely. Sorry for the inconvenience. 🌐 Important links: areCommandsDifferent.js code: https://github.com/notunderctrl/discordjs-v14-series/blob/master/07%20-%20Command%20Handler/src/utils/areCommandsDifferent.js Discord server: https://discord.underctrl.io Source code: https://github.com/notunderctrl/discordjs-v14-series Discord.js series playlist: https://www.youtube.com/playlist?list=PLpmb-7WxPhe0ZVpH9pxT5MtC4heqej8Es Discord.js official website: https://discord.js.org Patreon: https://patreon.com/UnderCtrl Buy me a coffee (one-time donation): https://buymeacoffee.com/underctrl Thank you for watching :)
