| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
When verified users get their role, they cannot see the voice-verification channel anymore, so I've added a 3 second delay for granting the role in order to ensure there's some time for them to see the response.
I've also moved the DM message to only be sent if the DM message succeeds, and to not mention them in-channel to avoid distracting them from the DM notification unnecessarily, as I'm sure they'll see a near-instant response to their command usage in that channel.
|
| |\
| |
| | |
Voice gate dm failed
|
| | |
| |
| | |
On voiceban, a users effective permissions will change to not allow speaking, however this permission isn't effective until rejoining. To ensure a voiceban is immediately in effect, the user will be disconnected from any voice channels.
|
| |/
|
| |
At the moment, the bot will attempt to DM the verification result for a member which is reliant on privacy settings allowing member DMs. This commit should add a suitable fallback of sending the response in the voice-verification channel instead.
|
| |\ |
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
| |
| | |
Co-authored-by: Joe Banks <[email protected]>
|
| | |\
| |/
|/| |
|
| | | |
|
| |\ \ |
|
| | |\ \
| |/ /
|/| | |
|
| |\ \ \ |
|
| | |\ \ \ |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
list comprehension.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
the rest.
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
over 18).
Changed the return format a little bit for the fetch_posts() function, instead of returning an empty list, it returns a list with a dict holding the error message.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
python-discord/sebastiaan/features/whitelister-sprinters
Whitelist Core Dev Sprinters from our filters
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We were using different whitelists for different filters, making it
slightly more difficult to maintain the role whitelists. They now all
use the same list, which combines our staff roles with the Python
community role and the sprinters role.
Signed-off-by: Sebastiaan Zeeff <[email protected]>
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I've added the sprinters role to the filter whitelist. This will not
affect antispam and antimalware just yet, as they currently default to
using the STAFF_ROLES constant.
I've also kaizened the config-default.yml file by ensuring there are two
linebreaks between all sections.
Signed-off-by: Sebastiaan Zeeff <[email protected]>
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Only the `member` is variable, no need to log the rest.
Co-authored-by: Numerlor <[email protected]>
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This will make it much easier to filter out verification kicks
when querying the infraction database.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It doesn't make sense for it to be at 1000 when the code gets truncated
to 1000 as well.
Fixes #1239
|