Fix command bookmarks
This commit is contained in:
parent
bc30229c02
commit
b4a20e9808
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue