Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.16 KB

foxtrot.ts

An experimental Discord voice bot made with detritusjs/client library. Key features include audio effects, many sound effects, volume control, bitrate control and more.

Before hosting, please read "self-hosting".

Locale

See modules/managers/i18n/README.md for credits and tips.

Contributions

Contributions (i.e. pull requests) to the project are welcome. Major changes, however, need to be discussed beforehand.

Spotify support

  1. Extract client ID and private key with https://github.com/wvdumper/dumper.
  2. Extract cookies (in Netscape format) from open.spotify.com while being logged in.
  3. Put these files into configs/ folder and name them accordingly:
  • Widevine client ID: widevine_client_id.bin
  • Widevine device private key: widevine_private_key.pem
  • Cookies: spotify_cookies.txt

License

foxtrot.ts is licensed under AGPL-3.0.