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.1.3] (unknown [101.128.125.149]) by gnuweeb.org (Postfix) with ESMTPSA id 9571A80D30; Sun, 25 Sep 2022 21:52:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1664142776; bh=qp9SGbxRq2E5YVFbYi7/qy+yiW7Y5+gu0m+2e1tRYWE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KP+P+x6IIjNixHDK5sUahooiQKGViWViZJ2Esu6LgwOn2IS5+PwOqgTD94/AiGzFV jQCI0ZMDzjGRJy5DyLTHSD3CcGexT318+7SoAKTPAmSYjUHiH5V2tb5HQ59jdmVEMT V78tGaq39pnYYOLfhb/ooicEiygvki6KQdSEDEEXVP7sBsZ96f6owK+ZIp3cmG4wMp X/xdpnDhfEyHkDWNERWx+CXmffZKDGDACncfPcd6GqFCpy8nQ4eIelqhd4xoUaPA2R imE9naMRPVqWiTRnyBzvO51mXmW0BnuozHHdWI6no0L2QrqXguvIXdOVs86FURplEF 11Wzuju4xFyqg== Message-ID: Date: Mon, 26 Sep 2022 04:52:53 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [RFC PATCH v5 00/18] Refactor Telegram & initial work Discord Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220925211427.412-1-kiizuha@gnuweeb.org> <6649be95-16cc-6ff3-ce1a-ecf28d2609c5@gnuweeb.org> <0f64031b-80d4-f15e-41d1-96a9b9c77cf2@gnuweeb.org> <3ecbce24-9fea-b16e-bf19-cd78948c8100@gnuweeb.org> From: Muhammad Rizki In-Reply-To: <3ecbce24-9fea-b16e-bf19-cd78948c8100@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 26/09/2022 04.48, Ammar Faizi wrote: > On 9/26/22 4:37 AM, Muhammad Rizki wrote: >> On 26/09/2022 04.31, Ammar Faizi wrote: >>> On 9/26/22 4:14 AM, Muhammad Rizki wrote: >>>> Make initial work for Discord bot, it's still undone but it can run. >>> >>> OK, I run it. The bot now responds the $sync command. But how to use it >>> exactly? I don't find a command list or usage manual of the bot. >>> >> >> As the title said, this PATCH should only be for refactoring the >> Telegram bot and initializing the Discord bot work. If you want more >> commands, I will add them to the new PATCH. My plan created this RFC was >> only to ask for the commit style is okay or not. > > OK. > > This series looks good to me now. Can't wait to see the completion and > incremental patches for it later. I start loving the way you split the > changes into smaller-manageable-reviewable pieces like this. > Ah, thanks for the compliment. Do you want to apply this to the master branch, or do you want to wait for the new PATCH with the complete version?