eritislami /
evobot
🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages
Loading repository data…
galnir / repository
A Discord music bot and dashboard with slash commands, playlist support, Spotify, music quiz, saved playlists, lyrics, gifs and more
Create an application.yml file root folder.
Download the latest Lavalink jar from here and also place it in the root folder.
Either from the official site or follow the tutorial for your distro.
Get brew, then enter 'brew install postgresql'.
Getting Postgres and Prisma to work together on Windows is not worth the hassle. Create an account on heroku and follow these steps:
DATABASE_URL or SHADOW_DB_URL in the .env file you will be creating in the settings section.brew install redis.
Download from here.
Follow the instructions here.
Create a .env file in the root directory and copy the contents of .env.example to it.
Note: if you are not hosting postgres on Heroku you do not need the SHADOW_DB_URL variable.
# DB URL
DATABASE_URL="postgresql://john:doe@localhost:5432/master-bot?schema=public"
# Bot Token
DISCORD_TOKEN=""
NEXTAUTH_SECRET="somesupersecrettwelvelengthword"
NEXTAUTH_URL=
NEXTAUTH_URL_INTERNAL=http://localhost:3000
NEXT_PUBLIC_INVITE_URL="https://discord.com/api/oauth2/authorize?client_id=yourclientid&permissions=8&scope=bot"
# Next Auth Discord Provider
DISCORD_CLIENT_ID=""
DISCORD_CLIENT_SECRET=""
# Lavalink
LAVA_HOST="0.0.0.0"
LAVA_PASS="youshallnotpass"
LAVA_PORT=2333
LAVA_SECURE=false
# Spotify
SPOTIFY_CLIENT_ID=""
SPOTIFY_CLIENT_SECRET=""
# Twitch
TWITCH_CLIENT_ID=""
TWITCH_CLIENT_SECRET=""
# Other APIs
TENOR_API=""
NEWS_API=""
GENIUS_API=""
RAWG_API=""
If you have no use in the gif commands, leave everything under 'Other APIs' empty. Same applies for Twitch, everything else is needed.
Change 'john' to your pc username and 'doe' to some password, or set the name and password you created when you installed Postgres.
Generate a token in your Discord developer portal.
You can leave everything as is, just change 'yourclientid' in NEXT_PUBLIC_INVITE_URL to your Discord bot id and then change 'domain' in NEXTAUTH_URL to your domain or public ip. You can find your public ip by going to www.whatismyip.com.
Go to the OAuth2 tab in the developer portal, copy the Client ID to DISCORD_CLIENT_ID and generate a secret to place in DISCORD_CLIENT_SECRET. Also, set the following URLs under 'Redirects':
Make sure to change 'domain' in http://domain:3000/api/auth/callback/discord to your domain or public ip.
You can leave this as long as the values match your application.yml.
Create an application in each platform's developer portal and paste the relevant values.
Install pnpm:
npm install -g pnpm or on Windows iwr https://get.pnpm.io/install.ps1 -useb | iex or on Mac using Homebrew brew install pnpm
pnpm i in the root folder. When it finishes make sure prisma didn't error.pnpm dev in the root folder in another terminal window.A full list of commands for use with Master Bot
| Command | Description | Usage |
|---|---|---|
| /play | Play any song or playlist from youtube, you can do it by searching for a song by name or song url or playlist url | /play darude sandstorm |
| /pause | Pause the current playing song | /pause |
| /resume | Resume the current paused song | /resume |
| /leave | Leaves voice channel if in one | /leave |
| /remove | Remove a specific song from queue by its number in queue | /remove 4 |
| /queue | Display the song queue | /queue |
| /shuffle | Shuffle the song queue | /shuffle |
| /skip | Skip the current playing song | /skip |
| /skipall | Skip all songs in queue | /skipall |
| /skipto | Skip to a specific song in the queue, provide the song number as an argument | /skipto 5 |
| /volume | Adjust song volume | /volume 80 |
| /music-trivia | Engage in a music trivia with your friends. You can add more songs to the trivia pool in resources/music/musictrivia.json | /music-trivia |
| /loop | Loop the currently playing song or queue | /loop |
| /lyrics | Get lyrics of any song or the lyrics of the currently playing song | /lyrics song-name |
| /now-playing | Display the current playing song with a playback bar | /now-playing |
| /move | Move song to a desired position in queue | /move 8 1 |
| /queue-history | Display the queue history | /queue-history |
| /create-playlist | Create a custom playlist | /create-playlist 'playlistname' |
| /save-to-playlist | Add a song or playlist to a custom playlist | /save-to-playlist 'playlistname' 'yt or spotify url' |
| /remove-from-playlist | Remove a track from a custom playlist | /remove-from-playlist 'playlistname' 'track location' |
| /my-playlists | Display your custom playlists | /my-playlists |
| Command | Description | Usage |
|---|---|---|
| /gif | Get a random gif | /gif |
| /jojo | Get a random jojo gif | /jojo |
| /gintama | Get a random gintama gif | /gintama |
| /anime | Get a random anime gif | /anime |
| /baka | Get a random baka gif | /baka |
| /cat | Get a cute cat picture | /cat |
| /doggo | Get a cute dog picture | /doggo |
| /hug | Get a random hug gif | /hug |
| /slap | Get a random slap gif | /slap |
| /pat | Get a random pat gif | /pat |
| /triggered | Get a random triggered gif | /triggered |
| /amongus | Get a random Among Us gif | /amongus |
| Command | Description | Usage |
|---|---|---|
| /fortune | Get a fortune cookie tip | /fortune |
| /insult | Generate an evil insult | /insult |
| /chucknorris | Get a satirical fact about Chuck Norris | /chucknorris |
| /motivat |
Selected from shared topics, language and repository description—not editorial ratings.
eritislami /
🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages
stegripe /
A simple powerful Discord music (multi-)bot built to fulfill your production desires. Easy to use, with no coding required.
magneum /
Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭🌻𝐌𝐮𝐥𝐭𝐢-𝐃𝐞𝐯𝐢𝐜𝐞: is a whatsapp user-bot with automation, moderation, music, games and 200+ commands!
| /display-playlist | Display a custom playlist | /display-playlist 'playlistname' |
| /delete-playlist | remove a custom playlist | /delete-playlist 'playlistname' |
DeepLunaria /
🌀 A versatile and powerful music bot for Discord that brings rhythm and melody to your server 🌀
Hazmi35 /
Just a simple Discord music bot.
Miezhiko /
アマデウス Memory storage and artificial intelligence system. Complex chatting AI bot for discord, also voice / music, streams trackers, WarCraft3 news, games trackers, various statistics/info grabbers.