Skip to content

Herta-Chan/BardDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bard Discord

✏️ Introduction

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.

🔧 Setup

  1. Clone the repository
git clone https://github.com/Herta-Chan/BardDiscord
  1. Install dependencies
npm install

or using Yarn:

yarn install
  1. 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
  1. Run the bot
npm run start

or using Yarn:

yarn start

🔧 PM2 Setup

npm i pm2 (For NPM)
yarn add pm2 (For YARN)
npm run start:pm2 (For NPM)
yarn start:pm2 (For YARN)

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

✅️ Support

Join Folody if you need support

About

Source Code BardAI cho Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published