-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fc97a4
commit 0c6f73f
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# slack-sounds | ||
Sound bot that plays what you ask | ||
|
||
Forked from [caseyfw/slack-sounds](https://github.com/caseyfw/slack-sounds) | ||
|
||
Handles the following : | ||
`play sound` | ||
`remove sound` | ||
`set attr to x` | ||
`show conf` | ||
`list sounds` | ||
upload a mp3 file and set title to `folder:sound.mp3` to add new sound | ||
|
||
Throttling is available | ||
Basic permission support (is_admin) | ||
Read the code |