Skip to content

Commit 6683c7d

Browse files
committed
chore: Default modnote content
1 parent d69b81d commit 6683c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/modnote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ export const command: PSCommand = {
114114
);
115115
return;
116116
}
117-
return run(`modnote send ${arg}`);
117+
return run(`modnote send ${arg ?? 'Hi!'}`);
118118
},
119119
};

0 commit comments

Comments
 (0)