From f9cbd7d7b670819861de1f02e4fe3b62503499c4 Mon Sep 17 00:00:00 2001 From: S1ro1 Date: Mon, 10 Nov 2025 19:17:49 +0100 Subject: [PATCH] Fix: add better profile message --- src/cmd/submit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/submit.rs b/src/cmd/submit.rs index 4b8f04c..9c593ee 100644 --- a/src/cmd/submit.rs +++ b/src/cmd/submit.rs @@ -67,7 +67,7 @@ impl App { ), SubmissionModeItem::new( "Profile".to_string(), - "Work in progress...".to_string(), + "Profile is currently supported only via Discord. We'll add this feature to the CLI soon.".to_string(), "profile".to_string(), ), ];