https://github.com/jontze/cadency
A discord music bot written with discord.js and TypeScript
https://github.com/jontze/cadency
discord-bot discord-js discord-music-bot discord-youtube docker music songs
Last synced: 7 days ago
JSON representation
A discord music bot written with discord.js and TypeScript
- Host: GitHub
- URL: https://github.com/jontze/cadency
- Owner: jontze
- License: mit
- Archived: true
- Created: 2020-06-09T08:53:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T10:46:01.000Z (about 2 years ago)
- Last Synced: 2025-05-07T06:16:32.164Z (14 days ago)
- Topics: discord-bot, discord-js, discord-music-bot, discord-youtube, docker, music, songs
- Language: TypeScript
- Homepage:
- Size: 4.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
> Deprecated: This repo is archived and the project discontinued. If you're looking for a working discord music bot, take a look at [Cadency-rs](https://github.com/jontze/cadency-rs) - the rust rewrite of this project.
# Cadency - Discord Bot
[](https://github.com/semantic-release/semantic-release)
[](https://github.com/prettier/prettier)


[](https://github.com/jontze/Cadency/blob/master/LICENSE)
[](https://sonarcloud.io/dashboard?id=UsingPython_DiscordBot)
[](https://sonarcloud.io/dashboard?id=UsingPython_DiscordBot)
[](https://sonarcloud.io/dashboard?id=UsingPython_DiscordBot)- [Cadency - Discord Bot](#cadency---discord-bot)
- [Requirements](#requirements)
- [Installation](#installation)
- [Features](#features)
- [Contributing](#contributing)## Requirements
- Docker
- Docker-compose
- A valid discord bot token ([How to get a token](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token))## Installation
- Clone the repo
- Create a `.env` file based on the [.env.example](https://github.com/UsingPython/DiscordBot/blob/master/.env.example)
- Start the postgres database and after that the app
- ` docker-compose up -d postgres`
- ` docker-compose up -d app`## Features
- Play music from YouTube by URL and search query
- start adding music to the queue with `play `
- search for a song with `search `
- `skip` / `pause` / `resume` the songs in the queue
- `show` or `purge` the songs on the queue
- Some more stuff, just ask the bot with `help`## Contributing
**You will need...**
- Min. NodeJS v14.15
- Yarn
- Docker and docker-compose or a local postgres server
- A valid discord bot token
- [ffmpeg](https://www.ffmpeg.org) local installed