为discord.py提供一些实用程序。使不和谐的机器人开发更容易。

disputils的Python项目详细描述


disputils提供了一些简洁的功能,使您作为一个机器人开发人员的生活更轻松。

功能

快速概述可用功能。

对于所有功能都有两种使用方法。

  • 只是不和谐。py和一个基本的discord.Client
  • discord.py命令扩展名(discord.ext.commands)和Bot

在下面我们将使用第二种方法,因为它有点简单。

fromdisputilsimportBotEmbedPaginator,BotConfirmation,BotMultipleChoice

多项选择

让用户决定。提供多种选择!

@bot.command()asyncdefchoice(ctx):multiple_choice=BotMultipleChoice(ctx,['one','two','three','four','five','six'],"Testing stuff")awaitmultiple_choice.run()awaitmultiple_choice.quit(multiple_choice.choice)
docs/img/choice.png

确认

用户会做一些不可逆转的事情吗?让他先确认一下!

@bot.command()asyncdefconfirm(ctx):confirmation=BotConfirmation(ctx,0x012345)awaitconfirmation.confirm("Are you sure?")ifconfirmation.confirmed:awaitconfirmation.update("Confirmed",color=0x55ff55)else:awaitconfirmation.update("Not confirmed",hide_author=True,color=0xff5555)
docs/img/confirm.png

要求

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java从服务器中的jsp页面读取参数   java构造函数会话(字符串,int)不可见   在java中计算特定字符,但我的程序只读取单词中的第一个字符   在java中转换为json的Hashmap的Hashmap。当发送到jsp时,我用javascript解析它。但它在javascript中的解析不正确   JavaSpringDataREST并没有保存实体的所有字段   java如何通过inten共享图像   eclipse是Java所需要的。即使已定义,也要运行的类文件   rest MapStruct Java流   java在OpenJDK 11的源代码上运行DocumentationTool   比较两个ArrayList索引时的java IndexOutOfBoundsException   java为什么Spring验证器需要将错误对象传递给应用程序(富客户端)并由其处理?   java Android从sms垃圾邮件文件夹或列表中检索垃圾邮件号码   java从匿名类参数访问类的实例   java MethodHandle与通用非类返回筛选器?   指定队列顺序的java