modmail icon indicating copy to clipboard operation
modmail copied to clipboard

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.

Results 17 modmail issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

a: dependencies

Bumps [pycares](https://github.com/saghul/pycares) from 4.1.2 to 4.2.0. Release notes Sourced from pycares's releases. 4.2.0 What's Changed dependency update to c-ares by @​aviadhahami in saghul/pycares#170 New Contributors @​aviadhahami made their first contribution...

a: dependencies

depends on #74 ## Relevant Issues Closes #54 Closes #62 Closes #63 ## Overview Installation system for plugins. Portions of this may be used in the future for other addons,...

p: normal
s: WIP
t: feature
a: addon system

### Description Look at migrating to a fork of discord.py As we all know, discord.py is no longer maintained, and discord.py could break at any time. With the upcoming timeouts...

a: dependencies
p: normal
s: approved
s: planning
t: feature
a: bot

Reverts discord-modmail/modmail#132 This was actually running in pre-commit and with linting. Its also useful. What I did not catch is, its the S_ errors. Not B errors.

skip changelog

Add a small debugger cog for debugging bot issues. Adds a dump command for logs (which doesn't work right now...) and a log command to paginate the last 100 lines...

s: planning
s: WIP
a: bot
review: do not merge

Closes #87 #### To Do (Now): - [x] Move constants to `config.toml` - [x] Add GitHub workflow for checking news - [x] Document the code - [x] Clean and remove...

p: normal
s: needs review
t: feature
a: tools
hacktoberfest-accepted

### Description In order to manage commands and who is allowed to use what, there should be a custom permission system which can mutate the permission requirements for every command....

p: normal
s: approved
a: bot

add annotations with https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions ## Relevant Issues ## Description

a: CI
s: needs review
a: tests
skip changelog

Closes #55 Continuation of #65 This PR adds an async PostgreSQL setup with the help of `tortoise-orm` and `aerich` The following models have been added to the DB: 1. Attachments...

a: database
p: high
s: needs review
t: feature
hacktoberfest-accepted
review: do not merge