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=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [182.253.88.151]) by gnuweeb.org (Postfix) with ESMTPSA id 907918060C; Fri, 7 Oct 2022 22:57:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1665183464; bh=DdeBv5UdCFoRp0nkl2HNvzcEdhxEg27fIFkaDAEo/TM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cWUoLL18RaczcSpJi3gIrhIf8y3Ub4Ar+GsxvfgUkgutSMF8J5goOxdd6TNyeGjjr moXfAGUoArXR99pi/L7l43FvSfMEqY8jncEJ+3oeh2sEbGNadfJ6lFFjujp5Tgi+hf nUk1nk7FaTd3ILd6Cu5uFb9KwfXa6vpQVsf4JZuewklx/zwDnfR4Vr/KeDU6/v5r89 xLmg8VMcspbRBsLzrwL5rgw6zuacENMIDGC+yBJMtNKlpNen216GsoMcYJqvoLXd4A 00hGGB10eZA5vTajxTf3keqlJF8s3v+mhW9tVgsFEDnq9Jbcu/iqt+VmLusxVqYlOc scoSFMWS358GA== From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , GNU/Weeb Mailing List , Alviro Iskandar Setiawan Subject: Re: [PATCH v2 00/28] The complete version of the Discord bot Date: Sat, 8 Oct 2022 05:57:37 +0700 Message-Id: <166518343205.731234.14096360780333843858.b4-ty@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221003235230.1824-1-kiizuha@gnuweeb.org> References: <20221003235230.1824-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Tue, 4 Oct 2022 06:52:01 +0700, Muhammad Rizki wrote: > In this series, I create the complete version of the Discord bot. > This series contains slash commands, events, and basic commands for > syncing the slash commands to the global. > > Features: > Add getter and deletion database methods. > Add a mail listener to get the new lore email message. > Add filters to only the lore admin who can use the atom. > Add broadcast manager slash commands. > Add a button UI to go direct to its lore email message. > And others. > > [...] Applied, thanks! [01/28] discord: Add .gitignore in the Discord's storage directory commit: be1d34fc070594e66928a329ba66095e8a8cad35 [02/28] Fix the storage management after the refactor was happened commit: bb8855bf5e344136202e167c1bec1aa37bf67dc6 [03/28] Fix the empty temporary patch directory on atom/utils.py commit: 66a82ec6d091cba8e72f7f82e08ff93f582d2d65 [04/28] discord: Add get_atom_urls() to get the list of atom URLs commit: 10bfa4ce176410c249d29ac222e1ea15d754e04f [05/28] discord: Add get_broadcast_chats() to get the list of broadcast chats commit: 459e95c1f632163fa0ff44eef85c5af9640b305e [06/28] discord: Add get_email_id() in getter directory commit: 854c9fd1d7e3c4b66947427619d7b0ef4bfd964f [07/28] discord: Add get_reply_id() in getter directory commit: f31477f60cd633e8b1e0e00662db7339182284f3 [08/28] discord: Inherit Getter() class to the DBMethods() class commit: aa7667bcf78b975eef4cee3d918dce5f2653558d [09/28] discord: Add delete_atom() in deletion directory commit: 6479a667a38881b78fa5c7937faa05e8ea107e50 [10/28] discord: Add delete_broadcast() in deletion directory commit: 49ab491e87be6e54a25c645031ca13f9bc1b8ecc [11/28] discord: Inherit the Deletion() class to the DBMethods() class commit: 590f826fbb6eaa9f3bf72f3bdc86d405d876f5a0 [12/28] discord: Inherit the DBMethods() class to the DB() class commit: 9b2495fa5f9bd424f51865294123c9366f45adf3 [13/28] discord: Use the created DB() class commit: 51aaf75c7036951de0942d8cddb07165a1473288 [14/28] telegram: Rename some utility functions commit: 6b253bcf11215d3f27d7f501d0627ee00d06b9bb [15/28] discord: Add a FullMessageBtn() class in models commit: 3bce845ecb858f0da732ca39741e0af96946d3bf [16/28] discord: Add filters.wait_on_limit() decorator commit: a8cc67284b2fd92c767b25bc31ea5d38cc389d32 [17/28] discord: Add send lore email message functions commit: 051d6c5c08861d7475a6c366294519626baa876f [18/28] discord: Add mail listener commit: 62decb1e4ac078c3e212bbd6260262dcd6fde7e3 [19/28] discord: Implement the mail Listener() class commit: d580ffa742a81fb236956d716324f260b2f4b176 [20/28] discord: Add @filters.lore_admin() decorator commit: b206da3d3a4963120871f9f228dc0132b1bebede [21/28] discord: Add a list of atom URL slash command commit: 90b6f8af80b2cfa9d283b97f6e8f5efb8895db30 [22/28] discord: Add an add atom slash command commit: adb72d038fda930b8e630eff39bfeaf360c985ff [23/28] discord: Add a delete atom slash command commit: 4832318c41e302c26b96e5d1de384b759e4e14c2 [24/28] discord: Add channel_link() in the atom/utils.py commit: e53917cd582c469c5ab8dec32f0f569ce100b0d0 [25/28] discord: Add a list broadcast slash command commit: 4d91691eea419166c344ec61abcb380b18668a8f [26/28] discord: Add an add broadcast slash command commit: 8141c89b151009a06e756627c7517130d1fb2b01 [27/28] discord: Add a delete broadcast slash command commit: e4768a296ed93267db127f6842fdebded64df3ca [28/28] discord: Change the on_ready message commit: 277102742c7e2180eb544424111f2629be54b174 Best regards, -- Ammar Faizi