Skip to main content

A music cog for any discord.py bot

Reason this release was yanked:

Outdated

Project description

Dismusic

Making music bot in two lines of code

Installation

pip install dismusic

Usage

Making a simple bot

from discord.ext import commands

bot = commands.Bot(command_prefix='/')

@bot.event
async def on_ready():
    print('We have logged in as {0.user}'.format(bot))

bot.load_extension('dismusic')

TOKEN = 'TOKEN_HERE'
bot.run(TOKEN)

Commands

play - Play a song or playlist
pause - Pause player
connect - Connect to vc
seek - Seek player
nowplaying - Now playing
queue - See queue
equalizer - Set equalizer
volume - Set volume
resume - Resume player
loop - Loop song/playlist

Join Discord For any kind of help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dismusic-0.0.1.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

dismusic-0.0.1-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page