Skip to main content

Dispy - package for creating bots

Project description

Dispy

alt text alt text alt text

Download stable version

pip install disspy

Using

Creating and running bot

import disspy

bot = disspy.DisBot(token="YOUR_TOKEN", prefix="!")

bot.run()

bot.on("ready")

import disspy

bot = disspy.DisBot(token="YOUR_TOKEN", prefix="!")


@bot.on("ready")
async def on_ready():
    print("Ready!")


bot.run()

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

disspy-0.1a2.tar.gz (9.5 kB view hashes)

Uploaded Source

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