Skip to content

Commit f9cbd7d

Browse files
committed
Fix: add better profile message
1 parent b9d7994 commit f9cbd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/submit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl App {
6767
),
6868
SubmissionModeItem::new(
6969
"Profile".to_string(),
70-
"Work in progress...".to_string(),
70+
"Profile is currently supported only via Discord. We'll add this feature to the CLI soon.".to_string(),
7171
"profile".to_string(),
7272
),
7373
];

0 commit comments

Comments
 (0)