favicon, items
| favicon | items | 
| /favicons/slack.svg | 
| 
| name | desc |  
| Find a message | Finds a message using the Slack search feature. |  |  
| 
| name | desc |  
| Find user by email | Finds a user by email. |  |  
| 
| name | desc |  
| Send a message to channel | Sends a message to a channel you specify. |  |  
| 
| name | desc |  
| Send a direct message | Sends a direct message to a user or yourself from the Slackbot. |  |  | 
<script setup>
  import CustomListing from '../../components/CustomListing.vue'
</script>