Skip to content

MatheusVict/Cantina-Band

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Cantina Band

Here you will know how use our serives and help us

if you want to add this to your discord you can click on this link do the magic

Logo_pic

Project Setup

Follow the steps below to set up the project on your environment.

Local Development

Create a virtual environment with Python 3.7 or higher.

first:

  • create a environment
python -m venv environment_name

second

  • active it

on Linux/Mac

source environment_name/bin/activate

on Windows

environment_name\Scripts\activate

Install required packges:

third

pip3 install -r requirements.txt

Usage

OBS: First, you need to create a new file called.env, and then put your bot token and youtube api key inside it, similar to .env.example.

Every commands have prefix " ! "

Commands

!help

  • it'll list all bot commands

help command

!play good song

  • it'll open the first 5 choises

image

you can choise it with the number of you choise

!skip

  • it'll skip current song and play next on queue

!pause

  • it'll pause current song

!resume

  • it'll resume the pause song

!stop

  • it'll stop bot and turn of its

!info

  • it'll show info about creator and how contact him

info command

!help_project

  • it'll show how you can help this project

image

Used technologies

python discord pycharm

Libs:

Pypi discord

Pytube

PyNaCl

Help: