Giter VIP home page Giter VIP logo

minibot's Introduction

minibot's People

Contributors

0x5c avatar classabbyamp avatar

Stargazers

 avatar

Watchers

 avatar  avatar

minibot's Issues

autorole and pending members

Will be included in d.py 1.6.0.

When a user confirms themselves with membership screening, on_member_update() gets called and Member.pending becomes False.

will require some modifications to current code:

member join event:
    if not member.pending:
        do autoroles
member update event:
    if member.pending -> not member.pending:
        do autoroles

on_ready start task already started

Apr 02 22:38:37 h1 run.sh[4071]: Ignoring exception in on_ready
Apr 02 22:38:37 h1 run.sh[4071]: Traceback (most recent call last):
Apr 02 22:38:37 h1 run.sh[4071]:   File "/home/bots/minibot/botenv/lib/python3.7/site-packages/discord/client.py", line 270, in _run_event
Apr 02 22:38:37 h1 run.sh[4071]:     await coro(*args, **kwargs)
Apr 02 22:38:37 h1 run.sh[4071]:   File "main.py", line 96, in on_ready
Apr 02 22:38:37 h1 run.sh[4071]:     refresh_status.start()
Apr 02 22:38:37 h1 run.sh[4071]:   File "/home/bots/minibot/botenv/lib/python3.7/site-packages/discord/ext/tasks/__init__.py", line 128, in start
Apr 02 22:38:37 h1 run.sh[4071]:     raise RuntimeError('Task is already launched and is not completed.')
Apr 02 22:38:37 h1 run.sh[4071]: RuntimeError: Task is already launched and is not completed.

role statistics

for self-assignable (or all) roles, have a command to show stats on # of people with that role

meow

> mb?meow
< meow

mb?colourme command?

been thinking about a command to let people choose name colours, either from a palette or free choice.

palettes would be easy to define, and could have an mb?roleme-like interface.

free choice would be harder, and would only work for very small servers, but stuff like deleted unused colour roles would need to be considered.

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.