public inbox for [email protected]
 help / color / mirror / Atom feed
From: Ammar Faizi <[email protected]>
To: Muhammad Rizki <[email protected]>
Cc: Ammar Faizi <[email protected]>,
	GNU/Weeb Mailing List <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>
Subject: Re: [PATCH v2 00/28] The complete version of the Discord bot
Date: Sat,  8 Oct 2022 05:57:37 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

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



      parent reply	other threads:[~2022-10-07 22:57 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-03 23:52 [PATCH v2 00/28] The complete version of the Discord bot Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 01/28] discord: Add .gitignore in the Discord's storage directory Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 02/28] Fix the storage management after the refactor was happened Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 03/28] Fix the empty temporary patch directory on atom/utils.py Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 04/28] discord: Add get_atom_urls() to get the list of atom URLs Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 05/28] discord: Add get_broadcast_chats() to get the list of broadcast chats Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 06/28] discord: Add get_email_id() in getter directory Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 07/28] discord: Add get_reply_id() " Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 08/28] discord: Inherit Getter() class to the DBMethods() class Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 09/28] discord: Add delete_atom() in deletion directory Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 10/28] discord: Add delete_broadcast() " Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 11/28] discord: Inherit the Deletion() class to the DBMethods() class Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 12/28] discord: Inherit the DBMethods() class to the DB() class Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 13/28] discord: Use the created " Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 14/28] telegram: Rename some utility functions Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 15/28] discord: Add a FullMessageBtn() class in models Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 16/28] discord: Add filters.wait_on_limit() decorator Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 17/28] discord: Add send lore email message functions Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 18/28] discord: Add mail listener Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 19/28] discord: Implement the mail Listener() class Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 20/28] discord: Add @filters.lore_admin() decorator Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 21/28] discord: Add a list of atom URL slash command Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 22/28] discord: Add an add atom " Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 23/28] discord: Add a delete " Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 24/28] discord: Add channel_link() in the atom/utils.py Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 25/28] discord: Add a list broadcast slash command Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 26/28] discord: Add an add " Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 27/28] discord: Add a delete " Muhammad Rizki
2022-10-03 23:52 ` [PATCH v2 28/28] discord: Change the on_ready message Muhammad Rizki
2022-10-07 22:57 ` Ammar Faizi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=166518343205.731234.14096360780333843858.b4-ty@gnuweeb.org \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox