【自作discord bot】VCに入ったときに通知する機能をつくる
こんな感じのログを出したい
雑に解説します
用意するものDiscord
Glitch
discord.js v14
やる気
botそのもののつくり方はこちらを
いきなりソースをドンconst { Client, GatewayIntentBits,} = require("discord.js");const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayInt