Skip to content

Commit

Permalink
v0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusepp committed Sep 27, 2021
1 parent b6cd375 commit 66643a5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
# BatistaBot
BatistaBot an alternative to Groovy and Rythm music based bots

## Features
* Play songs and queue them!
* Stop/Pause/Resume current song!
* Skip current song!
* Check queue status!
* Remove song from the queue!
* Register/Login Online user!
* Save current queue as playlist for your user!
* Load/Delete a saved Playlist!
* Check all your saved playlists!


## Commands List
* `-h -help`: show all commands info.
* `-p <song's name or youtube url>`: play desired song.
* `-stop`: stop current queue.
* `-pause`: pause current song.
* `-resume`: resume paused song.
* `-q -queue`: display queue status.
* `-s -skip`: skip current song.
* `-rm -remove <index queue>`: remove song from the queue by position.
* `-register <username>`: create a new user.
* `-login <username>`: login user for online playlists services.
* `-save <playlistname> (requires login)`: save queue as playlist.
* `-load <playlistname> (requires login)`: load online playlist to your queue.
* `-delete <playlistname> (requires login)`: delete online playlist.
* `-mylists (requires login)`: check all your playlists.
* `-mylists <playlistname> (requires login)`: check songs from the chosen playlists.
* `-dc -disconnect`: disconnect bot from voice channel.


# Misc.
This is my first time creating a discord bot, I started this project due to Groovy and Rythm shutdowns. At first I was trying to keep it as simple as possible and use it for my friends' server but people just asked me to add more features that those bots lacked (e.g. save queue to online playlist). Feel free to use my bot as template, free open source code rules!

0 comments on commit 66643a5

Please sign in to comment.