| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | | Restructures Voice Ban Action | 2021-01-21 | -16/+32 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the voice ban action so the infraction pardoning is always run, and so all operations are handled in the _scheduler. Updates tests. | ||||
| | | * | | | | | | Merge branch 'master' into fix-voiceban-member-bug | 2021-01-20 | -1421/+2007 | ||
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Cleans Up Tests | 2021-01-20 | -5/+5 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Adds Member Checks Before Changing Voice | 2020-11-30 | -3/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a check that checks if the user object is an instance of guild member, before performing guild operations. Adds tests. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | | | Merge pull request #1395 from python-discord/wookie184-floats-tag | 2021-02-03 | -0/+20 | ||
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add tag on float imprecision | ||||
| | | * | | | | | | | | Mention math.isclose and add an example | 2021-02-03 | -4/+5 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Add tag on float imprecision | 2021-02-02 | -0/+19 | ||
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | Adds a tag on float imprecision | ||||
| | * | | | | | | | | Merge pull request #1390 from ChrisLovering/Handle-OverflowErrors | 2021-02-01 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | Protect against overflows caused by large expirations | ||||
| | | * | | | | | | | Merge branch 'master' into Handle-OverflowErrors | 2021-02-01 | -2/+4 | ||
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | | Make sure that restrictions also applies to moderators | 2021-01-30 | -2/+4 | ||
| | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | Without this, if a moderator add a reaction to any message, all the messages currently listening for reaction will pass the check since the user has a moderation role. | ||||
| | | * | | | | | | Protect against overflows caused by large expirations | 2021-01-30 | -1/+1 | ||
| | |/ / / / / / | |||||
| | * | | | | | | Merge PR #1388 - gracefully handle non-existing infractions | 2021-01-29 | -1/+7 | ||
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Remove ConversionError from comment, as its now handled above. | 2021-01-29 | -1/+1 | ||
| | | | | | | | | | |||||
| | | * | | | | | | handle within the error handler | 2021-01-29 | -4/+7 | ||
| | | | | | | | | | |||||
| | | * | | | | | | catch the response error and deal with it | 2021-01-28 | -1/+4 | ||
| | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | | Merge pull request #1358 from python-discord/trashcan-mods | 2021-01-29 | -4/+16 | ||
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Make sure that moderators can interact with trashcans and restrict paginator usage | ||||
| | | * | | | | | Merge branch 'master' into trashcan-mods | 2021-01-29 | -558/+617 | ||
| | | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | | Merge pull request #1372 from anand2312/duckpond-check | 2021-01-26 | -3/+18 | ||
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Duckpond check | ||||
| | | * \ \ \ \ \ | Merge branch 'master' into duckpond-check | 2021-01-26 | -555/+599 | ||
| | | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #1380 from HassanAbouelela/alphabetize-config | 2021-01-26 | -190/+201 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Alphabetize Configs | ||||
| | | * \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into alphabetize-config | 2021-01-26 | -359/+381 | ||
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | | 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 | ||
| | | | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| | | | * | | | | | | | | Handle unloaded cogs when retrieving server info. | 2021-01-23 | -9/+16 | ||
| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | Reduce unnecessary line splits and parameters. | 2021-01-23 | -12/+6 | ||
| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | Use helper function to determine mod channel. | 2021-01-23 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | Extract `is_staff_channel` to a utility function. | 2021-01-23 | -18/+19 | ||
| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | Merge branch 'master' into feat/info/server-cmd-enhancements | 2021-01-19 | -55/+970 | ||
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | Remove unverified member information. | 2021-01-15 | -4/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not have the Developers role anymore, so there's no such thing as verified/unverified members. | ||||
| | | | * | | | | | | | | | Merge branch 'master' into feat/info/server-cmd-enhancements | 2021-01-15 | -2854/+3003 | ||
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ \ | Update !server with discord 1.5 presence changes. | 2020-10-25 | -3833/+4051 | ||
| | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | Update relevant channels for features. | 2020-09-23 | -1/+1 | ||
| | | | | | | | | | | | | | | | |||||