aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | | | | | | | | Only show server features in certain channels.Gravatar kosayoda2020-09-23-4/+9
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Add owners count to server embedGravatar kosayoda2020-09-23-2/+3
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Move number of roles to embed description.Gravatar kosayoda2020-09-23-6/+6
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Add extended information to !server.Gravatar kosayoda2020-09-21-6/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes useful information like the number of nominated/watched members, number of unverified members, defcon status etc. Will not show up if the command is ran outside of a moderation channel.
| | | * | | | | | | | | | | Add more role information to server embed.Gravatar kosayoda2020-09-21-12/+35
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Move member count to embed field.Gravatar kosayoda2020-09-21-15/+20
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Simplify channel counting.Gravatar kosayoda2020-09-21-55/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than do two passes over the channels, a single loop is used to collect all the channel counts into a single dictionary. The get_channel_type_counts method now returns a dictionary of channel to count, allowing the caller liberty to format the values.
| | | * | | | | | | | | | | Move member status information to embed field.Gravatar kosayoda2020-09-21-17/+21
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Move Channels information to embed field.Gravatar kosayoda2020-09-21-22/+26
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | Reorganizes constants.pyGravatar Hassan Abouelela2021-01-24-98/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mirrors the changes from config-default.yml to constants.py.
| | | | | | | * | | | | | | Reorganizes ConfigGravatar Hassan Abouelela2021-01-24-92/+90
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Update `is_helper_viewable` checkGravatar Anand Krishna2021-01-25-2/+2
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Do `is_helper_viewable` check before fetching messageGravatar Anand Krishna2021-01-22-3/+3
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Make type hints uniform across fileGravatar Anand Krishna2021-01-20-2/+2
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Duck Pond: Add `is_helper_viewable` checkGravatar Anand Krishna2021-01-20-1/+16
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Merge branch 'trashcan-mods' of github.com:python-discord/bot into trashcan-modsGravatar Matteo Bertucci2021-01-24-59/+983
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ Merge branch 'master' into trashcan-modsGravatar Xithrius2021-01-19-59/+983
| | | | | | | | | | |\ \ \ \ \ | | | | | | | | | |_|/ / / / / | | | | | | | | |/| | | | | |
| | | | | | | | | * | | | | | Make sure that the paginator doesn't choke on DMsGravatar Matteo Bertucci2021-01-24-1/+2
| | | | | | | | | |/ / / / /
| | | | | | | | | * | | | | Restrict paginator usage to the author and moderatorsGravatar Matteo Bertucci2021-01-17-4/+11
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Add an allow_moderation_roles argument to the wait_for_deletion() utilGravatar Matteo Bertucci2021-01-16-1/+5
| | | | | | |_|_|/ / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `allow_moderation_roles` bool can be specified to allow anyone with a role in `MODERATION_ROLES` to delete the message.
| | | | | | | | | | | * | Rename voice.md to voice-verification.mdGravatar PH-KDX2021-01-23-0/+0
| | | | | | | | | | | | |
| | | | | | | | | | | * | Create voice.mdGravatar PH-KDX2021-01-22-0/+3
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | This tag would provide info for users which are not voice-verified, so that they can easily be directed toward the appropriate channel.
| * | | | | | | | | | | Merge pull request #1346 from python-discord/bug/help/1341/race-conditionsGravatar Joe Banks2021-01-22-193/+228
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into bug/help/1341/race-conditionsGravatar Joe Banks2021-01-22-4/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1376 from python-discord/update-badgesGravatar Matteo Bertucci2021-01-22-4/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update badges on the README file
| | * | | | | | | | | | | | Use the SVG badge on the READMEGravatar Matteo Bertucci2021-01-22-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update badges on the README fileGravatar Matteo Bertucci2021-01-22-4/+3
| |/ / / / / / / / / / / /
| | * | | | | | | | | | | Merge branch 'master' into bug/help/1341/race-conditionsGravatar Joe Banks2021-01-22-820/+1056
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fix aliases of shadow tempbanGravatar Joe Banks2021-01-21-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1374 from python-discord/mbaruh/sm-statsGravatar ks1292021-01-21-26/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | Added slowmode statistic for python-general
| | * | | | | | | | | | | Added slowmode tracking to dpy and ot0Gravatar Boris Muratov2021-01-21-2/+12
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' into mbaruh/sm-statsGravatar Matteo Bertucci2021-01-21-9/+16
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge PR #1202 - fuzzy match the role commandGravatar Mark2021-01-20-9/+16
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into fuzz-the-matchesGravatar Mark2021-01-20-59/+987
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' into fuzz-the-matchesGravatar kosayoda2021-01-18-3410/+4835
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' into fuzz-the-matchesGravatar Leon Sandøy2020-10-10-615/+695
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Avoid duplicate roles.Gravatar kosayoda2020-10-01-5/+5
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Use basic scorer to fuzz a bit stricter.Gravatar kosayoda2020-10-01-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents weird fuzz matches like `!role a b c d` working.
| | * | | | | | | | | | | | | Fuzzy match roles for `!role` command.Gravatar kosayoda2020-10-01-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An arbitrary cutoff score of 80 is chosen because it works. A bug in the test for the same command is also fixed.
| | | | | * | | | | | | | | | Changed slowmode reset testsGravatar mbaruh2021-01-21-12/+4
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Added slowmode stat for python-general.Gravatar mbaruh2021-01-21-4/+8
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Slowmode reset now uses slowmode setGravatar mbaruh2021-01-21-10/+1
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Prevent bot from sending DMs to itselfGravatar Joe Banks2021-01-20-0/+4
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-KX
| * | | | | | | | | | | | Merge pull request #1188 from ks129/help-disabled-commandGravatar Xithrius2021-01-19-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | Help: Add handling of disabled commands to avoid DisabledCommand error
| | * | | | | | | | | | | Merge branch 'master' into help-disabled-commandGravatar Xithrius2021-01-19-2857/+3834
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1368 from python-discord/mbaruh/filtersGravatar Boris Muratov2021-01-19-9/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | Remove additional embed message
| | * | | | | | | | | | | Remove additional embed messageGravatar Boris Muratov2021-01-19-9/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Replace in_whitelist check with commands.has_any_role checkGravatar ks1292021-01-19-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in_whitelist allow normal users also run commands in bot commands, but branding commands should be mod+ only, so we need to use has_any_role instead from discord.py.
| * | | | | | | | | | | Merge pull request #1367 from ↵Gravatar Dennis Pham2021-01-18-13/+26
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bug/backend/bot-4x/chunk-sync-requests Sync: chunk user requests
| | * | | | | | | | | | | Sync: test chunking of user requestsGravatar MarkKoz2021-01-18-11/+18
| | | | | | | | | | | | |