selfbot_goodies.py 文件源码

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

项目:goldmine 作者: Armored-Dragon 项目源码 文件源码
def nitro_sendto(self, ctx, *, channel: discord.TextChannel):
        """Send a fake Nitro message embed to a channel.
        Usage: nitro_sendto [channel]"""
        emb = self.get_nitro_embed()
        with channel.typing():
            await asyncio.sleep(random.uniform(0.25, 1.2), loop=self.loop)
            await channel.send(embed=emb)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号