ClientWrapper.py 文件源码

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

项目:pineapple 作者: peter765 项目源码 文件源码
def get_color(name):
        random.seed(name)
        r = random.randint(0, 255)
        g = random.randint(0, 255)
        b = random.randint(0, 255)
        return discord.Color((r << 16) + (g << 8) + b)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号