From 19606620154ae235baeaea9fbb2b7b5ce8112432 Mon Sep 17 00:00:00 2001 From: Lisa Date: Tue, 11 Mar 2025 21:36:34 +0100 Subject: [PATCH] Update index.js.v1 --- index.js.v1 | 5 +++++ 1 file changed, 5 insertions(+) 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;