Structure

project
  └── bot
       ├── bot.py
       ├── config.py
       └── data
            └── data.py
       └── cogs
            ├── commands.py
            └── events.py
  └── .env

Commands

  • !play

    Play a video or a playlist on YouTube

  • !skip

    Skip one or multiple songs

  • !pause

    Pause the song

  • !resume

    Resume the song

  • !loop

    Enable or disable loop playback

  • !show

    Show the next ten songs

  • !shuffle

    Exit voice channel

  • !exit

    Shuffle the playlist

  • !help

    Show the help message