Fix button callback event registration, release notes handler, and menu navigation
This commit is contained in:
@@ -18,6 +18,7 @@ async def _cleanup(repo):
|
||||
await conn.execute("DELETE FROM posts WHERE source_channel_id = $1;", SRC)
|
||||
await conn.execute("DELETE FROM sources WHERE channel_id = $1;", SRC)
|
||||
await conn.execute("DELETE FROM targets WHERE channel_id = $1;", TRG)
|
||||
await conn.execute("DELETE FROM channel_categories;")
|
||||
|
||||
|
||||
def button_data(rows):
|
||||
|
||||
Reference in New Issue
Block a user