Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Evobot | 1,579 | a day ago | 19 | mit | TypeScript | |||||
🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages | ||||||||||
Dpp | 699 | a day ago | 5 | apache-2.0 | C++ | |||||
C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots! | ||||||||||
Wildbeast | 296 | 4 months ago | 14 | other | TypeScript | |||||
Feature-rich Discord bot framework | ||||||||||
Ddrive | 268 | 22 days ago | 16 | January 11, 2023 | 13 | mit | JavaScript | |||
Discord as a filesystem. | ||||||||||
Doplarr | 228 | 6 months ago | 19 | mit | Clojure | |||||
An *arr request bot for Discord | ||||||||||
Secret Santa | 205 | 3 days ago | 20 | mit | PHP | |||||
:santa: The code behind Secret Santa, the holiday bot for Slack / Discord | ||||||||||
Discord Downloader Go | 184 | a day ago | 41 | November 26, 2022 | 2 | mit | Go | |||
A Discord bot program to download and otherwise handle files sent in Discord channels with extensive configuration. Can be used as a genuine Discord Bot or user account / self-bot | ||||||||||
Void | 181 | 2 months ago | 5 | mit | TypeScript | |||||
Fast and elegant file hosting service. | ||||||||||
Replbot | 152 | 2 years ago | 28 | October 03, 2021 | 5 | apache-2.0 | Go | |||
Slack/Discord bot for running interactive REPLs and shells from a chat. | ||||||||||
Nino | 132 | a year ago | 13 | mit | TypeScript | |||||
🔨 仁野 — Cute, advanced discord moderation bot made in Kord. Make your server cute and automated with utilities for you and your server moderators! ☆ ~('▽^人) |
EvoBot is a Discord Music Bot built with TypeScript, discord.js & uses Command Handler from discordjs.guide
git clone https://github.com/eritislami/evobot.git
cd evobot
npm install
After installation finishes follow configuration instructions then run npm run start
to start the bot.
Copy or Rename config.json.example
to config.json
and fill out the values:
⚠️ Note: Never commit or share your token or api keys publicly ⚠️
{
"TOKEN": "",
"MAX_PLAYLIST_SIZE": 10,
"PRUNING": false,
"LOCALE": "en",
"DEFAULT_VOLUME": 100,
"STAY_TIME": 30
}
For those who would prefer to use our Docker container, you may provide values from config.json
as environment variables.
docker run -e "TOKEN=<discord-token>" eritislami/evobot
/play https://www.youtube.com/watch?v=GLvohMXgcBo
/play under the bridge red hot chili peppers
/search Pearl Jam
/playlist https://www.youtube.com/watch?v=YlUKcNNmywk&list=PL5RNCwK3GIO13SR_o57bGJCEmqFAwq82c
/playlist linkin park meteora
Currently available locales are:
git clone https://github.com/your-username/evobot.git
git checkout -b my-new-feature
git add .
cz
OR npm run commit
do not use git commit
git push origin my-new-feature