https://github.com/LeaPhant/flowabot/blob/801da709fb27a8ca8a436c59c3276b8b944f469d/generate-config.js#L14 remove and add ` const { Client, GatewayIntentBits } = require('discord.js');` this is required for discord.js 14 support https://github.com/LeaPhant/flowabot/blob/801da709fb27a8ca8a436c59c3276b8b944f469d/generate-config.js#L162 remove and add this ``` const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent ] }); ```
flowabot/generate-config.js
Line 14 in 801da70
remove and add
const { Client, GatewayIntentBits } = require('discord.js');this is required for discord.js 14 support
flowabot/generate-config.js
Line 162 in 801da70
remove and add this