Asynchronous 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.2.tar.gz
(2.2 kB
view hashes)
Built Distribution
Close
Hashes for eight_ball-3.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 122d978ddd1c89085f2faa3f27f892acc023e501d2e9e7e5c91250ca656a4e18 |
|
MD5 | 11c47f2ff3f7ec19ce8f3b02dbcdfbce |
|
BLAKE2b-256 | a0876715c603bd00adf450f9888ed1aa0c542eaa499e172e1b9e152017159989 |