Skip to main content

8ball response generator.

Project description

eight_ball

8ball response generator. Example:

import eight_ball
ball = eight_ball.ball()
print(ball.response("is eight_ball a good ball"))

Discord.py bot implement

"""
Put the ball object under the bot object
"""
@bot.command()
async def ball(ctx, *, question):
 await ctx.send(bot.ball.response(question)

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

eight_ball-3.0.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

eight_ball-3.0.3-py3-none-any.whl (6.9 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