mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 07:35:57 +08:00
32 lines
592 B
Markdown
32 lines
592 B
Markdown
# 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=
|
|
|
|
# Required for few anime commands (https://docs.waifu.it)
|
|
WAIFU_IT_KEY=
|
|
```
|