zairullahdev / Discord-Music-Bot

A simple Discord music bot powered by lavalink and python.

Home Page:https://kyuk.my.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Music Bot

A simple Discord music bot.

Feature

  • !join summon bot into your voice channel
  • !leave make bot to leave your voice channel
  • !play play the given song

Setup

  1. Download and install python version 3.6 or higher
  2. Install discord.py

Linux/macOS

$ python3 -m pip install -U "discord.py[voice]"

Windows

$ py -3 -m pip install -U discord.py[voice]
  1. Install wavelink
$ pip install wavelink
  1. Insert your bot token to settings.py You can get your bot token from https://discord.com/developers/applications

  2. Finally, you can start the bot

Linux

$ python3 main.py

Windows

$ python main.py

Lavalink server

Host

kyuk.my.id

Password

Port

2333

Secure

false

About

A simple Discord music bot powered by lavalink and python.

https://kyuk.my.id

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Shell 0.6%