Skip to content

Discord bot made for playing media in the voice channels.

License

Notifications You must be signed in to change notification settings

kamuro-cho/foxtrot.ts

 
 

Repository files navigation

foxtrot

An experimental Discord bot made with detritusjs/client library.

If you're planning to host this not only for yourself, shard it and host it on multiple servers as it can take up many resources for audio processing.

Translations/Localization

See modules/translations/lang/.

Prerequisites

Self-Hosting

  1. Install dependencies: npm install
  2. Configure the application first using *.example.json files in configs/ directory as a template.
  3. Configure the database using knexfile.example.ts file.
  4. Build the application: npm run build.

To run the application in production mode:

  1. Set the NODE_ENV environment variable to production.
  2. Run migrations: knex migrate:latest.
  3. Run npm start.

Or if you are running under a development mode, just run 2 latter commands.

About

Discord bot made for playing media in the voice channels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.3%
  • C++ 5.5%
  • Python 0.2%