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.230.80] (unknown [182.2.72.138]) by gnuweeb.org (Postfix) with ESMTPSA id DBD1C804D1; Sat, 3 Sep 2022 09:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1662198416; bh=YMejcCqPoWDlVQXt8CwFyZJUBSn7Qsm2/9RjEebIsuc=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=ZouldCeQ0T0RZpP3V4emF0S3M17QmNdkdDzLolCEaZ15TymRZgNv/EqP+pj/AlQeK iDiKacekluY0eiX+ZIX0GRT9G9zIv+iz/kiO3frGtJyn/r73AEeQqgISb9xxjNyk1D koEChrE/PJtEdUEgIe99LWNcpRXyL+mUBEKbr3B2efpbza05932E5+nxjH5KIBhqcE wBMRh9YerN4WkW+hGwdIdMLmF45/kzfPmmACZtZr8yoQgLCXVQ9q/OBt6pTYHLaaAm 6RC4VCie7FkhLRmSejEz4pYJoq33DkMPbH+65gmwi+ZVtYInqjwPH4TWSo3KyOw2+h OaqA4xMFrw5iA== Message-ID: Date: Sat, 3 Sep 2022 16:46:52 +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: [PATCH v2 0/3] New Discord bot and full refactor scripts Content-Language: en-US From: Ammar Faizi To: Muhammad Rizki Cc: GNU/Weeb Mailing List , Alviro Iskandar Setiawan References: <20220827030236.1094-1-kiizuha@gnuweeb.org> <7a414bd1-68f1-86a4-e647-7ee071a4300d@gnuweeb.org> <4de7a42e-bdae-f3b3-2674-20d673d71a58@gnuweeb.org> <643c97fb-d517-4662-4ce0-6e31a97c9e07@gnuweeb.org> <604e99d6-23fb-8a47-5445-ca10c8655729@gnuweeb.org> In-Reply-To: <604e99d6-23fb-8a47-5445-ca10c8655729@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 9/3/22 4:44 PM, Ammar Faizi wrote: > On 9/3/22 8:01 AM, Muhammad Rizki wrote: >> The `ADMIN_ROLE_ID` is the Discord role ID for `Lore Admin` to manage >> add/delete atom/broadcast. You can copy it from the role management in >> Discord, paste the role ID to the ADMIN_ROLE_ID in >> daemon/dscord/config.py (the config name must config.py because it will >> importable with Python) > > I did that, it's running and the bot is online as well. But how to use > the bot exactly? Any example? Just FYI, the current config.py is: # SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2022 Muhammad Rizki # # Paste the admin role ID below # to filter only admin who can # access add/delete lore commands. ADMIN_ROLE_ID = 865885118878711828 -- Ammar Faizi