apratimshukla6/RiRa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


rira


Discord serverPython Application TestPython VersionLICENSE

RiRa is a minimalistic Discord bot that allows you to play music on your server.

  • Play Tracks
  • Play Youtube Tracks
  • Search music with query
  • Control Volume
  • Built-in queue feature

Pending:

  • Adding playlists
  • Shuffle queue
  • Range based track removal

Python3 is required.
Open terminal in project directory and execute:

pip install pipenv
pipenv install

Create config.toml in the project directory:

"token"="your_discord_token_here"
"prefix"="!"
"version"="v0.1"

[music]
"max_volume"=250
"vote_skip"=true
"client"="your__client_id_here"
"secret"="your__secret_here"
  • ffmpeg (Ensure added to PATH)
  • opus (Ensure added to PATH)

Open terminal in project directory and execute the following:

pipenv shell
python -m rira

The logs will be saved in rira.log

CommandAliasTaskExample
!play!pTo play music!p songname or youtube link or url
!nowplaying!np, !currentShows currently playing music!np
!queue!q, !viewView the queue!q
!remove!r, !delRemoves music from the queue!r 1
!clear!c, !cqClears the queue!c
!pause!psPauses the music!ps
!resume!rsResumes the music!rs
!skip!fsSkips the music!fs
!disconnect!dc, !leaveTo make RiRa leave the voice channel!dc
!volume!v, !volTo change the volume!v 250
!ping!piReturns the latency!pi
!credits!crReturns the credits!cr

Before creating an issue, please ensure that it hasn't already been reported/suggested.

The issue tracker is only for bug reports and enhancement suggestions. If you have a question, please ask it in the Discord server instead of opening an issue – you will get redirected there anyway.

If you wish to contribute to the RiRa codebase or documentation, feel free to fork the repository and submit a pull request.

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our Discord Server.

About

RiRa is a minimalistic Discord bot that allows you to play music on your server. Easily play music via search, Youtube, or .

Topics

Resources

License

Stars

Watchers

Forks

Contributors 7