2023-08-20 14:29:07 +09:00
# Kiera-Bot
2024-07-01 08:27:03 +07:00
edit .env.example jadi .env
2023-08-20 14:29:07 +09:00
2024-07-01 08:27:03 +07:00
```
# Bot Token [Required]
BOT_TOKEN=
# Mongo Database Connection String [Required]
MONGO_CONNECTION=
# Webhooks [Optional]
ERROR_LOGS=
JOIN_LEAVE_LOGS=
# Dashboard [Required for dashboard]
BOT_SECRET=
SESSION_PASSWORD=
# Required for Weather Command (https://weatherstack.com)
WEATHERSTACK_KEY=
# Required for image commands (https://strangeapi.fun/docs)
STRANGE_API_KEY=
2024-07-01 08:43:47 +07:00
# Required for gemini command (https://aistudio.google.com/app/prompts/new_chat)
GEMINI_API=
2024-07-01 08:27:03 +07:00
```
kalau dapet error sama lavaclient plugin coba ganti ```package.json` `` yang ada di ` ``node_modules/@lavaclient/plugin-queue/` `` yang awal nya seperti ini:
```
"./register": {
"default": "./register.js",
"types": "./register.d.ts"
}
```
jadi seperti ini
```
"./register": {
"default": "./dist/register.js",
"types": "./dist/register.d.ts"
}
```