2024-03-17 13:58:37 +09:00
|
|
|
@@ -1,23 +0,0 @@
|
2024-04-15 05:51:20 +07:00
|
|
|
# Bot Token [Required]
|
2023-08-20 14:29:07 +09:00
|
|
|
BOT_TOKEN=
|
|
|
|
|
2024-04-15 05:51:20 +07:00
|
|
|
# Mongo Database Connection String [Required]
|
2024-03-17 13:58:37 +09:00
|
|
|
MONGO_CONNECTION=
|
2023-08-20 14:29:07 +09:00
|
|
|
|
2024-03-17 13:58:37 +09:00
|
|
|
# Webhooks [Optional]
|
2023-08-20 14:29:07 +09:00
|
|
|
ERROR_LOGS=
|
|
|
|
JOIN_LEAVE_LOGS=
|
|
|
|
|
2024-04-15 05:51:20 +07:00
|
|
|
# Dashboard [Required for dashboard]
|
2024-03-17 13:58:37 +09:00
|
|
|
BOT_SECRET=
|
|
|
|
SESSION_PASSWORD=
|
2023-08-20 14:29:07 +09:00
|
|
|
|
2024-03-17 13:58:37 +09:00
|
|
|
# Required for Weather Command (https://weatherstack.com)
|
2023-08-20 14:29:07 +09:00
|
|
|
WEATHERSTACK_KEY=
|
|
|
|
|
2024-03-17 13:58:37 +09:00
|
|
|
# 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)
|
2024-07-01 09:36:25 +07:00
|
|
|
GEMINI_API=
|
|
|
|
|
|
|
|
# Required for few anime commands (https://docs.waifu.it)
|
|
|
|
WAIFU_IT_KEY=
|