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 +];