update documentation and remove systemd support

This commit is contained in:
synt-xerror
2026-04-21 11:18:19 -03:00
parent f683496318
commit c12374f86c
18 changed files with 3441 additions and 248 deletions

30
manybot.conf.example Normal file
View File

@@ -0,0 +1,30 @@
# ManyBot Configuration File
# Copy this file to manybot.conf and customize as needed
# Bot identification
CLIENT_ID=meu_bot
# Command prefix (default: !)
CMD_PREFIX=!
# Language setting (en, pt, es)
# Default: en (English)
LANGUAGE=en
# Allowed chats (leave empty for all chats)
# Format: chatId1@g.us, chatId2@g.us for groups
# Format: number@c.us for private chats
CHATS=[
]
# Active plugins
PLUGINS=[
many,
figurinha,
audio,
video,
adivinhação,
forca,
obrigado,
a
]