All Projects → vladdenisov → crove-bot

vladdenisov / crove-bot

Licence: MIT license
Discord.js bot. Can play music from YouTube, Spotify; has many other commands such as purge, kick, 8ball, etc.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to crove-bot

Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+500%)
Mutual labels:  discord-bot, music-bot, discord-js
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (+161.54%)
Mutual labels:  discord-bot, music-bot, discord-js
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (+107.69%)
Mutual labels:  discord-bot, music-bot, discord-js
yumeko
The real yumeko UwU. Rewrite: https://github.com/youKnowOwO/yumeko-ts
Stars: ✭ 28 (+115.38%)
Mutual labels:  discord-bot, music-bot, discord-js
lavamusic
lavalink music bot base in erela.js and discord.js v13
Stars: ✭ 210 (+1515.38%)
Mutual labels:  discord-bot, music-bot, discord-js
Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (+361.54%)
Mutual labels:  discord-bot, music-bot, discord-js
multipurpose-bot
a multipurpose discord bot made with dbd.js
Stars: ✭ 32 (+146.15%)
Mutual labels:  discord-bot, music-bot, discord-js
verification-bot
Simple Discord.js bot for verifying new members are not bots
Stars: ✭ 61 (+369.23%)
Mutual labels:  discord-bot, discord-js
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (+253.85%)
Mutual labels:  discord-bot, discord-js
muser
Muser: A powerful Discord music bot made in DJs v13 managed by PGamerX, Peiprjs, and Luckie.
Stars: ✭ 66 (+407.69%)
Mutual labels:  discord-bot, music-bot
modmail.js
A Simple Discord Modmail Bot Template
Stars: ✭ 33 (+153.85%)
Mutual labels:  discord-bot, discord-js
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (+7.69%)
Mutual labels:  discord-bot, discord-js
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+1576.92%)
Mutual labels:  discord-bot, discord-js
pickle-mod
Discord bot for server moderation purposes
Stars: ✭ 21 (+61.54%)
Mutual labels:  discord-bot, discord-js
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (+323.08%)
Mutual labels:  discord-bot, discord-js
ScrimBot
Discord bot for organizing Valorant custom games.
Stars: ✭ 31 (+138.46%)
Mutual labels:  discord-bot, discord-js
yumeko
Just an ordinary bot, where you hard copy the source you will get sin (maybe).
Stars: ✭ 23 (+76.92%)
Mutual labels:  discord-bot, discord-js
coolme
A 🌜⚽⚽👢 Discord bot, invite ➡
Stars: ✭ 13 (+0%)
Mutual labels:  discord-bot, discord-js
Azuma
A package that actually syncs your ratelimits across all your clusters on Discord.JS
Stars: ✭ 19 (+46.15%)
Mutual labels:  discord-bot, discord-js
DiscordBot-Template
A boilerplate / template for discord.js bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
Stars: ✭ 129 (+892.31%)
Mutual labels:  discord-bot, discord-js

Crove Bot Build Status Node.js CI Known Vulnerabilities GitHub release (latest by date) GitHub repo size GitHub

Crove can play music from Youtube, Spotify, Soundcloud, Bandcamp and It has many other commands such as purge, kick, 8ball, sauce, gif, etc.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

  • Node.js 12.0.0 or newer is required.
  • Java 13 is required.
  • Follow instructions and Install Lavalink.
  • Linux (change package manager if necessary)
     $ sudo apt install autoconf libtool g++ make  
  • Windows
     npm install --global windows-build-tools

Installing

A step by step series of examples that tell you how to get a development env running

Clone this repo

$ git clone https://github.com/vladdenisov/crove-bot.git

Get into crove-bot folder

$ cd crove-bot

Install node modules

$ npm install 

Follow instructions and Install Lavalink. (If you haven't done this yet)

Edit application.yml and index.js (optional)

$ nano application.yml

Edit config.json (use example config and replace values)

$ nano config.json

Start Lavalink

$ java -jar Lavalink.jar

Start bot

$ npm run start

Deployment

  1. Install bot on your server.

  2. Firstly start Lavalink:

    $ java -jar Lavalink
  3. Then start the bot:

    $ npm run server

Built With

  • DiscordJS - The Discord API framework used
  • Lavalink - Standalone audio sending node based on Lavaplayer
  • Lavacord - Lavalink wrapper for Discord.js

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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].