GiruBot is a Discord Music Bot built with discord.py
- Python 3.5+
- A Discord Bot Token Guide
- FFmpeg
git clone https://github.com/towzeur/GiruBot.git
cd GiruBot
Create a conda env
conda env create -f environment.yml
Activate the new environment
conda activate girubotenv
Verify that the new environment was installed correctly
conda env list
Create a file secrets.json
and fill out the values
{
"TOKEN": "XXXXXXXXXXXXXXXXXXXXXXXX.XXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXX",
}
Song
-
join
-
play
-
playtop
-
playskip
-
search
-
soundcloud
-
nowplaying
-
grab
-
seek
-
rewind
-
forward
-
replay
-
loop
-
voteskip
-
forceskip
-
pause
-
resume
-
lyrics
-
disconnect
Queue
-
queue
-
loopqueue
-
move
-
skipto
-
shuffle
-
remove
-
clear
-
leavecleanup
-
removedupes
koodos
-
sotd
-
playsotd
-
sotw
-
playsotw
-
sotm
-
playsotm
Settings
-
settings
Premium
-
effects
-
speed
-
bass
-
nightcore
-
slowed
-
volume
Others
-
prune
-
invite
-
info
-
shard
-
ping
-
aliases
Check out Contributing if you want to help add new languages !
Create a json file in the locales directory named using the ISO 639-1 two letter format.
List of currently available locales:
- English (en)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the repository
- Clone your fork
git clone https://github.com/towzeur/GiruBot.git
- Create your feature branch
git checkout -b AmazingFeature
- Stage changes
git add .
- Commit your changes
git commit -m 'Added some AmazingFeature'
- Push to the branch
git push origin AmazingFeature
- Submit a pull request
Distributed under the MIT License. See LICENSE for more information.
Realized with ❤️ by towzeur.