1. 首页
  2. 数据库
  3. 其它
  4. discord splash:Discord斜杠命令的API包装器 源码

discord splash:Discord斜杠命令的API包装器 源码

上传者: 2021-03-20 09:39:31上传 ZIP文件 1.96MB 热度 25次
不和谐飞溅 Discord的斜杠命令的API包装器。 文件: 文档托管在 笔记: 您需要通过Discord API进行斜线命令。 目前,无法通过此API包装器执行此操作。 例子: 简单的机器人,回应“嗨” from discordSplash import Run import discordSplash @ discordSplash . command ( name = 'hello' ) async def hello ( data ): await data . respond ( discordSplash . ReactionResponse ( "hi" )) Run ( 'TOKEN' ) 存在示例 from discordSplash import Run , Presence import discordSplash x = Presence ( te
下载地址
用户评论