Clean up db dump output

This commit is contained in:
2025-02-07 21:23:05 -05:00
parent c7d47dbecc
commit b6d21ba55d

View File

@ -172,7 +172,7 @@ def handle_message_events(event, say):
username, display = get_username(sender_id) username, display = get_username(sender_id)
if "dump database" in text and DB_DUMP_URL: if "dump database" in text and DB_DUMP_URL:
say(f"Sure thing @{display}! You can download my DB from {DB_DUMP_URL}") say(f"Sure thing {display}! You can download my DB from {DB_DUMP_URL}")
return return
say("Sorry, I didn't understand that!") say("Sorry, I didn't understand that!")