This is a simple discord bot made using Google's Palm 2. The setup was easy and straightforward. This bot reads messages and replies to them as if it is Batman. If you want to talk to him, feel free to join the Gotham City discord server.
- Node JS
- Discord JS
- Palm 2 API
First, fork and clone the repo, and install all the required dependencies by running npm install
. Then make a .env
file in the root of your project and add the following variables:
PALM_AI_API_KEY
DISCORD_TOKEN
GIPHY_API_KEY
Finally Start the app by running node index.js
or node .