All Projects → Tetracyl → EarTensifier

Tetracyl / EarTensifier

Licence: GPL-3.0 License
Powerful Discord music bot in over 80,000 servers. Supports playback from Youtube, Soundcloud, and Spotify.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to EarTensifier

NanoSpace
Erela.js & Discord.js@v14 (Prefix Commands!)
Stars: ✭ 59 (-47.32%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
Music-Discord-Bot
A music Discord bot with more than 30+ commands which allows to play music on your server efficiently. Supports Youtube, Spotify, Deezer and Soundcloud links. Skips intros and blanks in the music with Sponsorblock.
Stars: ✭ 57 (-49.11%)
Mutual labels:  discord-music-bot, soundcloud, discord-bot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+94.64%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-34.82%)
Mutual labels:  youtube, soundcloud, discord-bot
discord-lavalink-music-bot
This is music bot for discord made with erelajs, lavalink, discordjs v13-dev
Stars: ✭ 34 (-69.64%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
noteblock
A open-source music bot based on lavalink.
Stars: ✭ 93 (-16.96%)
Mutual labels:  discord-music-bot, soundcloud, discord-js
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (-69.64%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
Botify
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
Stars: ✭ 86 (-23.21%)
Mutual labels:  youtube, soundcloud, discord-bot
deejay-stereo
Discord music bot built using djs v13, discord-player. Slash Commands only bot
Stars: ✭ 42 (-62.5%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
lavamusic
lavalink music bot base in erela.js and discord.js v13
Stars: ✭ 210 (+87.5%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
Musicbot
🎶 A Discord music bot that's easy to set up and run yourself!
Stars: ✭ 1,109 (+890.18%)
Mutual labels:  youtube, soundcloud, discord-bot
BrokenDisc
A discord music bot || NO CODING NEEDED!
Stars: ✭ 52 (-53.57%)
Mutual labels:  youtube, discord-music-bot, discord-js
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-87.5%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (-30.36%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
discord-music
Discord music bot written in Typescript
Stars: ✭ 12 (-89.29%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (-78.57%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
RequestifyTF2
Client side commands for mic spamming and more!
Stars: ✭ 13 (-88.39%)
Mutual labels:  youtube, soundcloud
FFGNDS-Discord-Dice-Roller
Discord dice roller for EotE, AoR, FnD, Genesys, and L5R role playing games.
Stars: ✭ 63 (-43.75%)
Mutual labels:  discord-bot, discord-js
AwesomeBot
chatbot for /r/learnprogramming (un)offical discord channel
Stars: ✭ 25 (-77.68%)
Mutual labels:  discord-bot, discord-js
Invite-Manager
Invite manager is an open-source discord bot that allows you to track the invites of people who join your server.
Stars: ✭ 90 (-19.64%)
Mutual labels:  discord-bot, discord-js

Discord Discord Bots Discord Bots GitHub

Ear Tensifier

Ear Tensifier is a powerful discord bot written in JavaScript using the discord.js library and yasha and sange to deliver audio. Ear Tensifier currently supports playback from Youtube, Soundcloud, and Spotify.

Add to Discord

Click here to invite Ear Tensifier to your server.

By default, Ear Tensifier's prefix is set to ear and can be changed by doing ear prefix <new prefix>. For a full list of commands, type ear help or ear help <command> for specific details on a command. A detailed list of commands can be found here.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Self Hosting

NOTE: WINDOWS AND MACOS ARE NOT OFFICIALLY SUPPORTED BY EAR TENSIFIER, THE BOT IS ONLY ABLE TO RUN ON LINUX. IF YOU ARE USING WINDOWS YOU CAN STILL RUN IT USING WINDOWS SUBSYSTEM FOR LINUX.

These instructions assume that you have some experience with creating and running Discord Bots. If you have any questions or issues self hosting the bot, feel free to ask on the Discord server.

This self hosting guide is a WIP. If you have any suggestions or edits please make an issue or pull request.

Prerequisites

Requirements for Ear Tensifier to run:

  • Node.js 16.6.0 or newer is required
  • A MongoDB instance running
  • A Discord Bot
  • Install yasha dependencies

Installing

Clone the repo on your machine

git clone https://github.com/Tetracyl/EarTensifier

Navigate to the newly created EarTensifier folder and install the npm packages

npm install

Credentials

Navigate to the .env.example file and rename it to .env. Then fill out the following credentials:

  1. Set the PREFIX key to the prefix you wish the bot to respond to.
  2. Set the CLIENT_ID key to your bot's ID and the CLIENT_USERNAME to the bot's username.
  3. Set the DISCORD_TOKEN key to your bot's token.
  4. Set the MONGO_URL key to your monogdb's connection URL.

Deployment

To deploy the bot simply run:

npm start

If you installed and setup eveything correctly then the bot should output something like this:

[12/4/2021] [1:33:49 PM] [Manager] › ✔  ready     Shard 0 created
[12/4/2021] [1:33:52 PM] [Shard 0] › ✔  ready     Shard 0 ready
[12/4/2021] [1:33:52 PM] [Shard 0] › ✔  ready     Ear Tensifier is ready
[12/4/2021] [1:33:52 PM] [Shard 0] › 🛰️  api       API listening at http://localhost:2872

Contributors

  • 2D: Provided modified lavalink version with filters.
  • MrAugu: Cleaned up spaghetti code.
  • Sxmurai: Cleaned up spaghetti code.
  • Omar: Fixed Youtube playlist bug
  • lmpham1: Added clean command.
  • rajamoulimallareddy: Updated bot to discord.js v13
  • ilikdoge: Helped with implementation of yasha and overall development of bot

Bot Lists

Bots On Discord Discord Bots Discord Bot List Discord Boats

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