mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 12:55:59 +08:00
still not tested yet, need to be tested more deep
Kiera-Bot
edit .env.example jadi .env
# 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=
# Required for gemini command (https://aistudio.google.com/app/prompts/new_chat)
GEMINI_API=
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"
}
V5.8.0
Latest
Languages
JavaScript
62.9%
Less
22.7%
CSS
11%
EJS
3.4%