general_commands.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:Basic-discord-bot 作者: TheWizoid 项目源码 文件源码
def eight_ball():
    response = [
    "It is certain",
    "It is decidedly so",
    "Without a doubt",
    "Yes, definitely",
    "You may rely on it",
    "As I see it, yes",
    "Most likely",
    "Yes",
    "Signs point to yes",
    "Don't count on it",
    "My reply is no",
    "My sources say no",
    "Very doubtful"]
    index = randint(0,12)
    return response[index]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号