Giter VIP home page Giter VIP logo

Comments (8)

yzyyz1387 avatar yzyyz1387 commented on August 21, 2024

问题一,代码没问题
问题二,日后考虑

from nonebot_plugin_admin.

yzyyz1387 avatar yzyyz1387 commented on August 21, 2024

问题一示例
image

from nonebot_plugin_admin.

yzyyz1387 avatar yzyyz1387 commented on August 21, 2024

+1是a16的写法
image

from nonebot_plugin_admin.

yzyyz1387 avatar yzyyz1387 commented on August 21, 2024

你加空格了是吧,禁打完直接@不是方便点吗,后期再看看,把消息的空格处理了啥的

from nonebot_plugin_admin.

tom-snow avatar tom-snow commented on August 21, 2024

另外

await ban.finish("权限不足")

这里的 ban 是否应该对应改成 unban ?后面还有很多类似的

from nonebot_plugin_admin.

yzyyz1387 avatar yzyyz1387 commented on August 21, 2024

确实,要不你pr一下,最近很忙

from nonebot_plugin_admin.

yzyyz1387 avatar yzyyz1387 commented on August 21, 2024

其实也不影响使用,所以没发现😂

from nonebot_plugin_admin.

yzyyz1387 avatar yzyyz1387 commented on August 21, 2024

问题代码:

if len(msg.split()) > len(sb):

应改为:

if len(msg.split()) > len(sb)+1:

另外建议词云功能也像违禁词一样使用资源配置文件,并且考虑再创建一个 "custom" 文件来存储用户自定义的违禁词/词云忽略词,而且可以加个指令清除当前群的词云存储文件

TODO

from nonebot_plugin_admin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.