From 5d55e16d93ae05dfc05590ce35d1e07bd4cc55d8 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:22:14 -0300 Subject: [PATCH] =?UTF-8?q?[repo]=20desacoplamento=20e=20maior=20coes?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config.js diff --git a/src/config.js b/src/config.js new file mode 100644 index 0000000..2e1cfda --- /dev/null +++ b/src/config.js @@ -0,0 +1,5 @@ +export const CLIENT_ID = "bot_permanente"; +export const BOT_PREFIX = "🤖 *ManyBot:* "; +export const CHATS = [ + // coloque os chats que quer aqui +];