Add nostr login and periodic vote-beta announcements
This commit is contained in:
@@ -35,6 +35,9 @@ async def main():
|
||||
# Scrape and write to database
|
||||
await room.get_convos()
|
||||
room.write_to_db()
|
||||
if room.newly_inserted_posts:
|
||||
count = room.increment_suggestion_counter(len(room.newly_inserted_posts))
|
||||
await room.check_and_announce_vote_beta(count)
|
||||
# Reply to banned users that they cannot submit titles
|
||||
await room.acknowledge_rejected_suggestions()
|
||||
# Ack newly recorded suggestions with a ✅ reaction
|
||||
|
||||
Reference in New Issue
Block a user