📜  discord.py 8ball - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:03.688000             🧑  作者: Mango

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