excellent
This commit is contained in:
@@ -6,9 +6,9 @@ def action_open(app) -> None:
|
||||
def check_id(message_id: str) -> bool:
|
||||
try:
|
||||
int(message_id)
|
||||
app.current_message_id = message_id
|
||||
app.show_message(app.current_message_id)
|
||||
app.show_message(message_id)
|
||||
except ValueError:
|
||||
app.bell()
|
||||
app.show_status("Invalid message ID. Please enter an integer.", severity="error")
|
||||
return True
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user