From 8b5f343238de045d0d0fcee99d48a83d8bdf2be4 Mon Sep 17 00:00:00 2001 From: Kaneki <72992708+KanekiWeb@users.noreply.github.com> Date: Sat, 18 Dec 2021 17:34:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20Config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔍 Config --- config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index b108088..ebbed20 100644 --- a/config.json +++ b/config.json @@ -3,9 +3,13 @@ "servers": "yes", "dm": "yes" }, - "token": "Your Discord Token", - "messages": [ + "token": "YOUR DISCORD TOKEN", + "words": [ "Message to search", "Other message to search" + ], + "regex": [ + "Regex Use for search a custom message", + "Other refex" ] }