pip3 install -r requirements.txt
Go to https://discord.com/developers/applications create an application
Build a Discord bot under the application
Get the token from bot setting
Store the token to config.ini
under discord_bot_token
Turn MESSAGE CONTENT INTENT ON
Invite your bot to your server via OAuth2 URL Generator
__Secure-1PSID
cookie.Open a terminal or command prompt
Navigate to the directory where you installed the Bard Discord bot
Run python3 main.py
or python main.py
to start the bot
/help
: Displays a list of all available commands/chat
: Chat with Bard/reset
: Reset bot's context/public
: Toggle if bot should respond to all messages in chat/private
: Toggle if bot should only respond to /chat/images
: Toggle if bot should respond with imagesSome of this README.md is from Zero6992