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 CCA4480DFA; Fri, 23 Sep 2022 17:21:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1663953670; bh=jmPDnYcM8f3F8lsVHFG0O36BazWPKDLNblj+Hl2t3f8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Co1yVleQWefDRv9MrWZLW6as9Y6ih06GE5EaTfhv9uzbA0HCI3+i2syglKNn26X3j XaO9iJyZBsS8/BZH34Jm56qMwBMsCPQ3aVNXYr2q19HNVvyHPsjcqubynr/FOkWneG Rk8P3O+okDiqix7jukeqb/uZSqZwBr2TndueSiKNaeZl2t2WTP3jxgWi8cj3fYnyow Mk18DsQiwX3Bpuo7RqbeSDEQSKhC/WHqKN5PeTgye5ltBktwNdRe3qMTbE9wtrqp9y wzkxrohc/AU+4nS4qVKruei420iIWmxoSQekMCWa45bmRThcbG0WKLnmfmoYt4xO37 eea79R2ZV6nGA== Message-ID: <07306298-19b7-42a9-fb82-2509b8721dc0@gnuweeb.org> Date: Sat, 24 Sep 2022 00:21:06 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [RFC PATCH v4 08/17] discord: Initial work Discord bot Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220920134812.331-1-kiizuha@gnuweeb.org> <20220920134812.331-9-kiizuha@gnuweeb.org> <94dd7689-b5f7-0662-bbf1-53fad341a523@gnuweeb.org> From: Muhammad Rizki In-Reply-To: <94dd7689-b5f7-0662-bbf1-53fad341a523@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: 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.