From: Ammar Faizi <[email protected]>
To: Muhammad Rizki <[email protected]>
Cc: GNU/Weeb Mailing List <[email protected]>,
Alviro Iskandar Setiawan <[email protected]>
Subject: Re: [PATCH v5 18/19] Add /del_bc bot command
Date: Wed, 3 Aug 2022 04:47:03 +0700 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
On 8/1/22 7:19 AM, Muhammad Rizki wrote:
> + if len(chats) == 0:
> + return await m.reply("Currently empty.")
> +
> + text = "List of chats that will receive email message:\n"
> + for u,i in zip(chats, range(1, len(chats)+1)):
> + text += f"{i}. **[{u[3]}]({u[5]})**\n"
> +
A trailing whitespace here.
> + text += "\nChoose one of the chat above to delete by index below."
> + return await m.reply(
> + text=text,
> + disable_web_page_preview=True,
> + reply_markup=utils.button_numbers(
> + data=chats,
> + callback_prefix="del_chat"
> + )
> + )
> +
A trailing whitespace here.
> + success = c.db.delete_broadcast(m.chat.id)
> + if not success:
--
Ammar Faizi
next prev parent reply other threads:[~2022-08-02 21:47 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-01 0:18 [PATCH v5 00/19] New feature to handle atom URLs and broadcast Muhammad Rizki
2022-08-01 0:18 ` [PATCH v5 01/19] Add new table for atom URLs and broadcast chats in db.sql Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 02/19] Add a comment in .gitignore Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 03/19] Add ATOM_URLS and BROADCAST_CHAT methods Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 04/19] Fix MySQL InternalError: Unread result found Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 05/19] Create /add_atom command Muhammad Rizki
2022-08-02 21:43 ` Ammar Faizi
2022-08-01 0:19 ` [PATCH v5 06/19] Add utility functions for /add_atom Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 07/19] Refactor database methods Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 08/19] Add insert_atom() in scraper/db.py Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 09/19] Rename admin.py to debugger.py Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 10/19] Add delete_atom() function in scraper/db.py Muhammad Rizki
2022-08-02 21:45 ` Ammar Faizi
2022-08-01 0:19 ` [PATCH v5 11/19] Add utility function buton_numbers() Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 12/19] Move bot commands related files to packages/plugins/commands/ Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 13/19] Add del_atom callback query Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 14/19] Add insert_broadcast() in scraper/db.py Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 15/19] Add delete_broadcast() " Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 16/19] Create /add_bc bot command Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 17/19] Add create_chat_link() function Muhammad Rizki
2022-08-01 0:19 ` [PATCH v5 18/19] Add /del_bc bot command Muhammad Rizki
2022-08-02 21:47 ` Ammar Faizi [this message]
2022-08-01 0:19 ` [PATCH v5 19/19] Add del_chat callback query Muhammad Rizki
2022-08-02 21:47 ` Ammar Faizi
2022-08-03 0:13 ` [PATCH v5 00/19] New feature to handle atom URLs and broadcast Ammar Faizi
2022-08-03 0:14 ` Ammar Faizi
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 \
[email protected] \
[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