Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord.py 8ball

"""
Put the ball object under the bot object
"""
@bot.command()
async def ball(ctx, *, question):
 await ctx.send(bot.ball.response(question)
Source by pypi.org #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
6+4 =