Fix command bookmarks

This commit is contained in:
Schimon Jehudah 2024-01-02 11:52:04 +00:00
parent bc30229c02
commit b4a20e9808

View file

@ -121,7 +121,7 @@ async def list_feeds(results):
async def list_bookmarks(self):
conferences = bookmark.get(self)
conferences = await bookmark.get(self)
groupchat_list = "\nList of groupchats:\n\n```\n"
counter = 0
for conference in conferences: