Skip to content

Nuginity/Snackey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snackey

Music Bot built with Python for Discord. With Snackey, you can easily play music from YouTube directly in your Discord server! Enjoy high-quality audio and simple controls.

Commands

  • 🎵 play: Play music from YouTube or with a single command.
  • 🔀 Queue: Queue up songs and play without interruption.
  • ⏸️ Stop: Stop the music playback.
  • ⏭️ Skip: Skip the current song.
  • 🔊 Volume Control: Adjust the playback volume to your liking.

Prerequisites

Before getting started, make sure you have the following installed:

  • Python 3.8+
  • pip
  • FFmpeg - Used for audio processing.

Installation

Clone this repository

git clone https://github.com/username/Snackey.git
cd Snackey

Install Dependencies

pip install -r requirements.txt

Set Up Your Bot Token

  • Register your bot on the Discord Developer Portal.
  • Get your token and place inside config.yaml
DISCORD_TOKEN="your_bot_token"

Set up your prefix

PREFIX="your_preffered_prefix"

Set up your idle time before bot leave channel

idle= 10

Run bot

python bot.py

Usage

Once the bot is running, you can use the following commands in your Discord server:

  • {prefix}play - Play music from a YouTube search.
  • {prefix}play - Play music from a Youtube and Soundcloud url directly
  • {prefix}skip - Skip the current song.
  • {prefix}antrian - Show the song queue.
  • {prefix}stop - Stop music playback and leave the voice channel.
  • {prefix}Volume - Set the volume of bot <1-100>

Extra

You can use youtube cookies to bypass sign in, just put cookies.txt in master folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages