The BardAI Discord Bot is a powerful chatbot built using the BardAI technology developed by Google. This bot utilizes natural language processing and machine learning algorithms to provide intelligent and human-like conversations within your Discord server. With BardAI, you can have engaging and interactive conversations with the bot, making it a valuable addition to your Discord community.
- Clone the repository
git clone https://github.com/Herta-Chan/BardDiscord
- Install dependencies
npm install
or using Yarn:
yarn install
- Create a
.env
file in the root directory of the project and fill it with the following:
TOKEN=your_discord_bot_token
PREFIX=your_bot_prefix
COOKIE=your_cookie
TOKEN
is your Discord bot token. You can get it from here.PREFIX
is the prefix you want to use for your bot.COOKIE
is the cookie you get from this link.
- Next, press F12 or Ctrl + Shift + I, go to the
Application > Cookie > __Secure-1PSID
to get the cookie
- Run the bot
npm run start
or using Yarn:
yarn start
npm i pm2 (For NPM)
yarn add pm2 (For YARN)
npm run start:pm2 (For NPM)
yarn start:pm2 (For YARN)
This project is licensed under the MIT License - see the LICENSE file for details.
Join Folody if you need support