We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3302e9b commit af59959Copy full SHA for af59959
cli/src/data/slash-commands.ts
@@ -76,7 +76,7 @@ export const SLASH_COMMANDS: SlashCommand[] = [
76
{
77
id: 'image',
78
label: 'image',
79
- description: 'Attach an image file to your message',
+ description: 'Attach an image file (or Ctrl+V to paste from clipboard)',
80
aliases: ['img', 'attach'],
81
},
82
]
0 commit comments