15 lines
325 B
Markdown
15 lines
325 B
Markdown
---
|
|
favicon: /favicons/slack.svg
|
|
items:
|
|
- name: Find a message
|
|
desc: Finds a message using the Slack search feature.
|
|
- name: Send a message to channel
|
|
desc: Sends a message to a channel you specify.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|