Answers for "discord.py 8ball"

-1

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)
Posted by: Guest on May-15-2021

Browse Popular Code Answers by Language