| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #1383 from Inheritanc-e/remove_interpreter | 2021-01-25 | -54/+0 | |
| |\ | | | | | Removed helper interpreter. | |||
| | * | Removed the blank lines from __init__ function | 2021-01-25 | -1/+0 | |
| | | | ||||
| | * | Removed the import of helper interpreter | 2021-01-25 | -1/+0 | |
| | | | ||||
| | * | Removed self.interpreter from internal cog, and deleted the interpreter ↵ | 2021-01-25 | -52/+0 | |
| |/ | | | | helper file | |||
| * | Fixed python_general const in server command | 2021-01-24 | -1/+1 | |
| | | ||||
| * | Merge pull request #1166 from python-discord/feat/info/server-cmd-enhancements | 2021-01-24 | -81/+100 | |
| |\ | | | | | Enhance the !server command. | |||
| | * | Merge branch 'master' into feat/info/server-cmd-enhancements | 2021-01-23 | -0/+26 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1344 from ChrisLovering/new-env-tag | 2021-01-23 | -0/+26 | |
| |\ \ | | | | | | | Add new tag to explain python environments | |||
| | * \ | Merge branch 'master' into new-env-tag | 2021-01-23 | -1065/+1354 | |
| | |\ \ | |/ / |/| | | ||||
| | * | | Remove incorrect point | 2021-01-20 | -1/+0 | |
| | | | | ||||
| | * | | Apply suggestions from code review | 2021-01-20 | -2/+2 | |
| | | | | | | | | | | | | | | | | Grammar Co-authored-by: Mark <[email protected]> | |||
| | * | | Add a section on why to use a virtual env | 2021-01-19 | -3/+12 | |
| | | | | ||||
| | * | | Fix url | 2021-01-19 | -1/+1 | |
| | | | | ||||
| | * | | grammar and spelling fixes | 2021-01-19 | -18/+18 | |
| | | | | ||||
| | * | | Merge branch 'new-env-tag' of github.com:ChrisLovering/bot into new-env-tag | 2020-12-31 | -0/+0 | |
| | |\ \ | ||||
| | | * | | Fix linting by adding new line at eof | 2020-12-31 | -1/+1 | |
| | | | | | ||||
| | | * | | First draft of env explaintions | 2020-12-31 | -0/+18 | |
| | | | | | ||||
| | * | | | First draft of env explaintions | 2020-12-31 | -0/+18 | |
| | |/ / | ||||
| | | * | Remove redundant parenthesis. | 2021-01-24 | -3/+3 | |
| | | | | ||||
| | | * | Merge branch 'master' into feat/info/server-cmd-enhancements | 2021-01-23 | -237/+288 | |
| | | |\ | |_|/ |/| | | ||||
| * | | | Merge pull request #1346 from python-discord/bug/help/1341/race-conditions | 2021-01-22 | -193/+228 | |
| |\ \ \ | ||||
| | * \ \ | Merge branch 'master' into bug/help/1341/race-conditions | 2021-01-22 | -4/+3 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1376 from python-discord/update-badges | 2021-01-22 | -4/+3 | |
| |\ \ \ \ | | | | | | | | | | | Update badges on the README file | |||
| | * | | | | Use the SVG badge on the README | 2021-01-22 | -1/+1 | |
| | | | | | | ||||
| | * | | | | Update badges on the README file | 2021-01-22 | -4/+3 | |
| |/ / / / | ||||
| | * | | | Merge branch 'master' into bug/help/1341/race-conditions | 2021-01-22 | -820/+1056 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Fix aliases of shadow tempban | 2021-01-21 | -1/+1 | |
| | | | | | ||||
| * | | | | Merge pull request #1374 from python-discord/mbaruh/sm-stats | 2021-01-21 | -26/+23 | |
| |\ \ \ \ | | | | | | | | | | | Added slowmode statistic for python-general | |||
| | * | | | | Added slowmode tracking to dpy and ot0 | 2021-01-21 | -2/+12 | |
| | | | | | | ||||
| | * | | | | Merge branch 'master' into mbaruh/sm-stats | 2021-01-21 | -9/+16 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge PR #1202 - fuzzy match the role command | 2021-01-20 | -9/+16 | |
| |\ \ \ \ \ | ||||
| | * \ \ \ \ | Merge branch 'master' into fuzz-the-matches | 2021-01-20 | -59/+987 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| | * | | | | | Merge branch 'master' into fuzz-the-matches | 2021-01-18 | -3410/+4835 | |
| | |\ \ \ \ \ | ||||
| | * \ \ \ \ \ | Merge branch 'master' into fuzz-the-matches | 2020-10-10 | -615/+695 | |
| | |\ \ \ \ \ \ | ||||
| | * | | | | | | | Avoid duplicate roles. | 2020-10-01 | -5/+5 | |
| | | | | | | | | | ||||
| | * | | | | | | | Use basic scorer to fuzz a bit stricter. | 2020-10-01 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents weird fuzz matches like `!role a b c d` working. | |||
| | * | | | | | | | Fuzzy match roles for `!role` command. | 2020-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 tests | 2021-01-21 | -12/+4 | |
| | | | | | | | | | ||||
| | | | | * | | | | Added slowmode stat for python-general. | 2021-01-21 | -4/+8 | |
| | | | | | | | | | ||||
| | | | | * | | | | Slowmode reset now uses slowmode set | 2021-01-21 | -10/+1 | |
| | |_|_|/ / / / |/| | | | | | | ||||
| * | | | | | | | Prevent bot from sending DMs to itself | 2021-01-20 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes BOT-KX | |||
| * | | | | | | | Merge pull request #1188 from ks129/help-disabled-command | 2021-01-19 | -4/+13 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Help: Add handling of disabled commands to avoid DisabledCommand error | |||
| | * \ \ \ \ \ \ | Merge branch 'master' into help-disabled-command | 2021-01-19 | -2857/+3834 | |
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| | * | | | | | | | Move not allowed to run message to constant and match comment with code | 2020-12-02 | -4/+6 | |
| | | | | | | | | | ||||
| | * | | | | | | | Don't log CommandError, handle it as check fail | 2020-11-21 | -2/+2 | |
| | | | | | | | | | ||||
| | * | | | | | | | Fix import order of help command file | 2020-11-07 | -1/+1 | |
| | | | | | | | | | ||||
| | * | | | | | | | Catch CommandError for help command can_run await | 2020-11-07 | -5/+9 | |
| | | | | | | | | | ||||
| | * | | | | | | | Merge branch 'master' into help-disabled-command | 2020-11-07 | -1496/+2971 | |
| | |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | | Help: Show different message for case when command is disabled | 2020-09-28 | -2/+5 | |
| | | | | | | | | | | ||||
| | * | | | | | | | | Help: Add handling of disabled commands to avoid DisabledCommand error | 2020-09-27 | -1/+1 | |
| | | | | | | | | | | ||||