All Projects → zhycorp → Disc 11

zhycorp / Disc 11

Licence: agpl-3.0
A dedicated open-source music bot for Zhycorp based on Jukebox (music-bot-example)

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Disc 11

cytrus-re
A multipurpose Discord bot!
Stars: ✭ 16 (-93.75%)
Mutual labels:  discord
Gravebot
An awesome bot for Discord
Stars: ✭ 258 (+0.78%)
Mutual labels:  discord
Mon2cam
Workaround for multi-monitor Discord screensharing
Stars: ✭ 268 (+4.69%)
Mutual labels:  discord
discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord
Stars: ✭ 28 (-89.06%)
Mutual labels:  discord
Discord-Nitro-Gen-Checker
Generate and check nitro gift codes, with proxies or not, without limits.
Stars: ✭ 26 (-89.84%)
Mutual labels:  discord
Txadmin
txAdmin - remotely manage&monitor your GTA5 FiveM Server
Stars: ✭ 262 (+2.34%)
Mutual labels:  discord
easypoll-v3
EasyPoll Discord Bot | With EasyPoll, a Discord Poll Bot, you can easily create polls and your members can vote by clicking on a reaction very easily and quickly.
Stars: ✭ 35 (-86.33%)
Mutual labels:  discord
Nostrum
Elixir Discord Library
Stars: ✭ 274 (+7.03%)
Mutual labels:  discord
Loritta
💁 A multipurpose, multilanguage, customizable, modular, and very cute bot for Discord using JDA! ~Making your server more awesome~
Stars: ✭ 253 (-1.17%)
Mutual labels:  discord
Livebot
An app that allows you to be inside a bot!
Stars: ✭ 271 (+5.86%)
Mutual labels:  discord
harmony
Harmony is a peaceful Go module for interacting with Discord's API
Stars: ✭ 99 (-61.33%)
Mutual labels:  discord
PokemonBattleEngine
A C# library that can emulate Pokémon battles.
Stars: ✭ 92 (-64.06%)
Mutual labels:  discord
Taiyakianime
Stream anime and synchronize with your MyAnimeList(MAL) + SIMKL + Anilist on iOS and Android devices
Stars: ✭ 259 (+1.17%)
Mutual labels:  discord
Fluent-Discord
Currently in-development Fluent Discord theme.
Stars: ✭ 22 (-91.41%)
Mutual labels:  discord
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (+6.64%)
Mutual labels:  discord
disco-oauth
A library for easing the use of https://discordapp.com 's OAuth2 API
Stars: ✭ 30 (-88.28%)
Mutual labels:  discord
Discordeno
Discord API library for Deno
Stars: ✭ 254 (-0.78%)
Mutual labels:  discord
Discord Api Docs
Official Discord API Documentation
Stars: ✭ 3,855 (+1405.86%)
Mutual labels:  discord
Discord Rs
Rust library for the Discord chat client API
Stars: ✭ 272 (+6.25%)
Mutual labels:  discord
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (+2.73%)
Mutual labels:  discord

Disc 11 by Zhycorp

A dedicated open-source music bot for Zhycorp based on Jukebox

Discord server CI Status

Usage

Requires Node.js version v14.x or above.

  1. Install Node.js
  2. Delete old .env, rename .env.schema to .env and fill out the values (example on .env.example)
  3. Install dependencies as stated here before you continue surfing
  4. Run npm run build using Node package manager
  5. Optional thing, prune dev dependencies (this is good to save disk spaces):
$ npm prune --production
  1. Start it with npm start, and you're done!

Notes:

  1. You only need to configure .env file when you're using the Docker image
  2. If you're using "Deploy to Heroku" button, you don't need to do this.

Installation

Without optional packages

$ npm install --no-optional

With optional packages (recommended)

$ npm install

For optional packages, you need to install build tools as stated here and you also need to install Git.

Heroku

This clone project is still supports Heroku host because the original project is using this.

Deploy

Glitch

You can still use Glitch and keep it online in this project, no worries 😉

  1. Go to glitch.com and make an account
  2. Click New Project, and then Import from GitHub
  3. Please specify the field with https://github.com/zhycorp/disc-11, then wait for a while
  4. Find the file names .env.schema then rename it to .env, let's configure that
  5. Get your bot token at Discord developer portal then invite it to your server, and fill the bot prefix with anything you want
  6. To get an YouTube API v3 Key, please watch this video carefully
  7. Specify another options on that file. If you don't know how, there's .env.example so you can know what it should looks like
  8. After that, go to Tools > Terminal type refresh
  9. Close Terminal tab, then open Tools > Logs, wait for a while
  10. To make it stay online, please watch this video carefully.

Your bot is online, and ready to use! If you have any questions or need support, feel free to join our Discord server.

Docker

Want to use Dockerized version of this project? Sure, we have provided them on the Docker Hub, and also in GitHub Container Registry.

Volumes

Docker Volumes are needed to store cache and logs persistently.

Example:

$ docker run --env-file .env --volume cache:/app/cache --volume logs:/app/logs --restart unless-stopped hazmi35/jukebox

We also provide docker-compose.yml if you want to go that way.

Compose Example

$ docker-compose up

Features

  • Basic Commands (Help, Ping, Invite & Eval [for advanced bot owners])
  • Basic Music Commands (Play, Skip, Stop, Pause & Resume, Now Playing, Queue, Repeat, Volume)
  • A production-ready music bot, suitable for you that don't like to hassling with the code
  • Caching (cache youtube downloads)
  • Configurable (easy to use)
  • Docker-friendly (if you're advanced user)
  • Lightweight (only around 120MB with dev dependencies pruned)

Based on discord-music-bot and reworked from jukebox

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].