webhooks : https://discordjs.guide/popular-topics/webhooks.html#what-is-a-webhook
events : https://discordjs.guide/creating-your-bot/event-handling.html#event-handling
event : https://discord.js.org/#/docs/main/main/class/Client?scrollTo=e-guildCreate
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.