feat(slack): send direct message

This commit is contained in:
Ali BARIN
2023-05-13 20:02:19 +00:00
parent 183b9b0d88
commit d23d5d2da0
7 changed files with 204 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
import listChannels from './list-channels';
import listUsers from './list-users';
export default [listChannels];
export default [listChannels, listUsers];