You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
204 B

4 years ago
4 years ago
4 years ago
  1. # mumble-record
  2. ## Mumble Record Bot in NodeJS
  3. # Install
  4. ```
  5. yarn or npm i
  6. ```
  7. # Run
  8. ```
  9. node record.js <server> <nick> <channel>
  10. ```
  11. # Example
  12. ```
  13. node record.js mastodon.madrid record
  14. ```
  15. # License
  16. MIT