From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.203.80] (unknown [182.2.39.14]) by gnuweeb.org (Postfix) with ESMTPSA id 7EAC08093B; Sat, 27 Aug 2022 10:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1661596812; bh=6SLeHPsq7rQtPdNO1npA3/z76Gttso+bXTewqEhBQpI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ISNNNgmarRAVs9jLnENryes6n2m5GROndkDhdhbFF+666emziXWaGk5TImXc4Il/z aGGcDLjhkdC/TOBG0gXO8YIoOl8vpVYlIfMTP03d+BLHsZ9vqoCrEePkXgpiVa0Nqb nIQSo/PVCMQ4/bDdDgoncwoAI04VpZJZSLgQ2Lunkrsu+MYs2k9GuscxOdGuJQZW7g eTzedP1lTKZahoZ20phQFR3WRVC3OzKJaJ169g5OxMCzSMrsQbv9AkMzPAT63GZUbt IIqlCqBvGtdGysAydWcEWqByajx+6HzPku2w97Csm98xj5Icx/0m7dDHnp9VbibBTx 0+VL9Anppl5WQ== Message-ID: Date: Sat, 27 Aug 2022 17:40:07 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v2 0/3] New Discord bot and full refactor scripts Content-Language: en-US To: Muhammad Rizki Cc: GNU/Weeb Mailing List , Alviro Iskandar Setiawan References: <20220827030236.1094-1-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20220827030236.1094-1-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 8/27/22 10:02 AM, Muhammad Rizki wrote: > Good morning, sir > In this series I created a Discord bot, the functionality and features > still the same with the Telegram bot, this series contains full refactor > both Discord and Telegram bot scripts which is more cleaner. > > Refactors: > Moving the atom related files outside the bot scripts which is can be > reusable with each other bot scripts. > Moving the database related files and create a directory for themselves, > this method is more clean so it's more easier to develop and maintain. > Mass refactor for Telegram and Discord bot scripts. > Combine the SQL file for Discord and Telegram bot, so we don't have to > make a new database. Can you tell a bit how to setup and test this? -- Ammar Faizi