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.2] (unknown [101.128.126.135]) by gnuweeb.org (Postfix) with ESMTPSA id 385E27E3D9; Sat, 7 Jan 2023 07:02:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1673074951; bh=XR9gkk+L3tGJ1jVpqPMcbIBXCI355qEyUOk0kR9U9Ms=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rzSXE9SVcb014RMPICwFlNeX7Eq8719sCiSZ8P7f5GPFDCxxL4Z8abZH0sOA0Ccbk iU8glXa5W27TwHqxeLsl6+ALhrLAH96cSWy40jJipslICMEcQiLaNNMWQDHJn7CDY3 mAWPByB9oiEhHsdz6qQs3EVTHxvlR4jSVqrARgRBMahEp+gOspyEn5qxfNXz3Ql4vC g0ItKcqTZw9XBm+JQoz/0gLILgumxs5AVNi/JnUodPaqk6OWXUNfcbrli1ex7W07nb t5hw8vI9FZPEG8JahyQRaB87Y+WlLzhsoMZDLzqTDjliyPnjAvikYr9YiOFoD1HjP6 7aBnzDLnilmWw== Message-ID: Date: Sat, 7 Jan 2023 14:02:26 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PATCH v1 08/13] feat(discord): Implement the report_err() Content-Language: en-US To: Alviro Iskandar Setiawan , Ammar Faizi Cc: GNU/Weeb Mailing List References: <20230103063641.1680-1-kiizuha@gnuweeb.org> <20230103063641.1680-9-kiizuha@gnuweeb.org> <0a41da94-dae1-2285-4438-de6f026dc059@gnuweeb.org> <35794058-acf0-5e37-236c-7d5d0f7cabaa@gnuweeb.org> From: Muhammad Rizki In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 07/01/2023 13.22, Alviro Iskandar Setiawan wrote: > On Sat, Jan 7, 2023 at 1:18 PM Ammar Faizi wrote: >> On Sat, Jan 07, 2023 at 01:10:24PM +0700, Muhammad Rizki wrote: >>> I still don't understand what's your mean, you mean this? >> >> Yes, with report_err() being complete. Please read other replies, I >> have sent multiple emails with very clear explanation after that one you >> replied, please read them too. > > It seems to me that whenever you reply to your own email, Rizki never > reads it. Maybe something goes wrong with his MUA. It was sent to me, and even though I didn't understand it at first, I didn't reply. But now I understand it. Sir Ammar wants to add the correct report_err(e: DaemonException) for the Discord bot, as he agrees, and there's no need to add the wrong one.