git clone "git@github.com:doiska/twokei-next.git" // Copy the repository
yarn install // Install basic node stuff
yarn dev // Run using SWC and watch modeCreate .env and setup with:
TOKEN= // Bot token (https://discord.com/developers/applications/)
CLIENT_ID= // Bot ClientId (https://discord.com/developers/applications/)
GUILD_ID= // Owner guild id (right click guild icon and copy id)
POSTGRES_HOST= // Postgres info
POSTGRES_PORT= // Postgres info
POSTGRES_USER= // Postgres info
POSTGRES_PASSWORD= // Postgres info
POSTGRES_DATABASE= // Postgres info
POSTGRES_SCHEMA= // Postgres infoXiao: Player manager.
Venti: The player - handle lavaplayer responses.
Kazu: Message manager - handle embed.
Scara: Used by Kazu to generate message content.