diff --git a/index.js.v1 b/index.js.v1 index 4262021..3cc6a92 100644 --- a/index.js.v1 +++ b/index.js.v1 @@ -1,3 +1,8 @@ +// FAQ BOT BY LISA NIGHTSHADE +// EMAIL: lisahonkay@gmail.com +// CC-BY-SA-4.0 +// VERSION 1:LEGACY + const { Client, GatewayIntentBits, MessageEmbed, EmbedBuilder, ActionRowBuilder, ButtonBuilder, ButtonStyle } = require('discord.js'); const natural = require('natural'); const { BayesClassifier } = natural;