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.88.254] (unknown [125.160.109.234]) by gnuweeb.org (Postfix) with ESMTPSA id 8F62D80DFA; Fri, 23 Sep 2022 17:43:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1663954983; bh=O722CEJBMwADZMEkcD3BANkPeA5kZg9GDGDdFy1QkNk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KfozPR5Mz83K8s1/SloqeyWCSybfyNJ2vY1Dz5So2B/JpEtG9NWyIXnnVXBmSydh0 cOR7t0hLuZ3sEDQhbo0hLQjaDu3Prlumo3X0yj2nkhYafYt1C3wmJRLS9f9IxFfqDh koPr/uCVU2/ZzbH9awO4z8oIKNqkEDrjohrfgSCnRdT5ozxFPMY3Gma+o7CE4P2LHl LSvgunQXpbw5/Oba3jKkA8tQu096W0qDPZYB+sdbR1veaMgfCjqIoVW1ZcGwX9Z+XV nnUmBP9FfRATqLLeToiAkTfLPMty0xsm/bnk/yNj53STykTXhrNKYDL/FBGM+gE6UI a+Kr3vdRMw+RQ== Message-ID: <08dfedf5-1860-462a-82f0-a2db11c119c9@gnuweeb.org> Date: Sat, 24 Sep 2022 00:42:59 +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: [RFC PATCH v4 08/17] discord: Initial work Discord bot Content-Language: en-US To: Alviro Iskandar Setiawan , Muhammad Rizki Cc: GNU/Weeb Mailing List , Alviro Iskandar Setiawan References: <20220920134812.331-1-kiizuha@gnuweeb.org> <20220920134812.331-9-kiizuha@gnuweeb.org> <94dd7689-b5f7-0662-bbf1-53fad341a523@gnuweeb.org> <07306298-19b7-42a9-fb82-2509b8721dc0@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 9/24/22 12:40 AM, Alviro Iskandar Setiawan wrote: > On Sat, Sep 24, 2022 at 12:37 AM Alviro Iskandar Setiawan wrote: >> On Sat, Sep 24, 2022 at 12:21 AM Muhammad Rizki wrote: >>> On 24/09/2022 00.13, Ammar Faizi wrote: >>>> On 9/20/22 8:48 PM, Muhammad Rizki wrote: >>>>> +# Paste the admin role ID below >>>>> +# to filter only admin who can >>>>> +# access add/delete lore commands. >>>>> +ADMIN_ROLE_ID = >>>>> + >>>>> +# The activity name like "Playing Genshin Impact" >>>>> +# you set the value as "Genshin Impact" >>>>> +ACTIVITY_NAME = >>>> >>>> Applying: discord: Initial work Discord bot >>>> .git/rebase-apply/patch:83: trailing whitespace. >>>> ADMIN_ROLE_ID = >>>> .git/rebase-apply/patch:87: trailing whitespace. >>>> ACTIVITY_NAME = >>>> warning: 2 lines add whitespace errors. >>>> >>> >>> Oh, I didn't know adding a space after the equal will trigger the >>> whitespace errors. >> >> bruh, it is not the space-after-the-equal-sign that triggers the >> error, it's because the space is a trailing whitespace. > > space after the equal sign is fine if it's not a trailing whitespace, e.g: > AAAA = "zzzzzz" Ditto with what Al said. -- Ammar Faizi