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 7F14E80D30; Sun, 25 Sep 2022 21:37:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1664141834; bh=K/hTnmW0DjtHseEVunAfbURMTcDOWM/krAVYe7r9qb0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Hwa5+3nHsEsJaCtqQDFEOzb3TR50kj39jk2NAc09aahC+EaVQYvy3lbmZtUfXvYP2 Zc7VMi7fC7ixJxsQs7lnyrGIZ8Ldce/DIJdKHgo8d8zm2pSGSpSVUg8sRtUgTzVvYa m9roRgP+KXoTNFduCLgrt3Xgd6HUd8VxAR9xf9X/EkbbjNuffbVVyvQq+CtixWIEe3 nfzbwloql0eXg0mT+6njkxguX97NrupVm6I1KEyEiQKrzzi2oVEMBuUIqWwpYIo5hO DJHtSKnF448kKt2v9xJQXRrsM4P8vOkp0RyyQDAM/9iG5QixbovS2jgcbocnhyWTOl xi7bi+2IyWMkw== Message-ID: <0f64031b-80d4-f15e-41d1-96a9b9c77cf2@gnuweeb.org> Date: Mon, 26 Sep 2022 04:37:11 +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 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> Content-Language: en-US From: Muhammad Rizki In-Reply-To: <6649be95-16cc-6ff3-ce1a-ecf28d2609c5@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: 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.