Skip to content

CpnAhab/bottica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bottica

A personal music-playing discord bot project.

Using

The bot ran by Technomunk is personal and thus can only be invited by them. To interact with the bot on the server send to any chat a message beginning with b.. Start by using b.help which will print all available commands.

Installing

  • Get python 3.
  • Create a virtual environment: python3 -m venv <venv>
  • Activate virtual environment:
    • Windows: source <venv>/Scripts/activate
    • Linux/MacOS: source <venv>/bin/activate
  • Install requirements: pip install -r requirements.txt
  • Get bot token from discord https://discord.com/developers/applications/<app_id>/bot

Running

  • Activate virtual environment:
    • Windows: source <venv>/Scripts/activate
    • Linux/MacOS: source <venv>/bin/activate
  • Run the bot: python3 src/bot.py

Wishlist

  • Active queue message (updates as songs change)
  • Guess the song game
  • Emojifier

Contributing

  • Submit issues with wished functionality or problems encountered during use
  • Fork the repo and make an upstream PR with your own changes

About

Discord music playlist bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%