Skip to content

Commit

Permalink
πŸ’„ Add note that sink interactions are private
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jun 25, 2024
1 parent b38e401 commit ac540d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/SinkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class SinkCommand extends Command
public function handle($message, $args)
{
$this
->message('Here is a kitchen sink of examples.')
->message("Here is a kitchen sink of examples.\nAll interactions are private and can only be seen by you.")
->title('Kitchen Sink')
->thumbnail('https://i.imgur.com/XettmeQ.png')
->color('#e5392a')
Expand Down

0 comments on commit ac540d3

Please sign in to comment.