/paimon

Primary LanguageJavaScript

Paimon Bot

Your number one travel companion in Genshin Impact.

Paimon is a discord bot that helps Genshin Impact players plan their farming routine, calculate their DPS, or get info from wiki among other useful commands.

Development Setup

  1. Download and install nodejs.
  2. Clone this repository.
  3. Create your own bot application in discord so you can get your own bot token.
  4. Create a .env file in the root folder of the project then add your own token.
# .env file

TOKEN = "<INSERT YOUR TOKEN HERE>"
  1. Add your own bot to a discord server (you can make a dev server for testing your bots).
  2. Run npm install to install node packages.
  3. Run node index.js then check if the bot will go online in discord.