A Discord bot for word-games & social games
Create & Edit a .env
file like below:
TOKEN=paste the discord bot token here
APP_ID=paste the application id here
PUBLIC_KEY=paste the public key here
JOTTO_GAME_DATA_DIR=write path to your temp folder e.g. /tmp/ on linux
TOPGG_API_TOKEN=paste top.gg bot token (optional)
MONGODB_CONNECTION_URI=paste MongoDB connection uri with username, password and database name
Example file: .env.example
pnpm i
pnpm dev