aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | Update join_role_stats, add new custom errorGravatar D0rs4n2021-07-30-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | - Add new custom error to handle non-existent roles in the Information cog - Update join_role_stats to use built in generics for typing
| | * | | Modify error handling in join_role_stats and move it to the Information CogGravatar D0rs4n2021-07-29-17/+16
| | | | |
| | * | | Handle non-existent roles in `join_role_stats`Gravatar D0rs4n2021-07-28-2/+5
| | | | |
| | * | | Merge branch 'main' into pr/serverinfoleadsGravatar ChrisJL2021-07-23-436/+1260
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1693 from ↵Gravatar ChrisJL2021-07-23-14/+14
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-discord/Update-docstring-tag-to-have-4-space-indents Update docstring tag pep and grammar
| | * | | | Suggest inspect.getdoc in docstring tagGravatar Chris Lovering2021-07-23-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Numerlor <[email protected]>
| | * | | | Update grammer in docstring tagGravatar Chris Lovering2021-07-23-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | * | | | Further describe the funciton in docstring tagGravatar Chris Lovering2021-07-23-4/+4
| | | | | |
| | * | | | Refer to PEP-257 as the official spec Gravatar ChrisJL2021-07-23-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for users who may not know what a PEP is. Co-authored-by: Bluenix <[email protected]>
| | * | | | Move type docs to type hintsGravatar Chris Lovering2021-07-23-3/+1
| | | | | |
| | * | | | Fix grammar issues in docstring tagGravatar Chris Lovering2021-07-23-6/+5
| | | | | |
| | * | | | update docstring command to use 4 space indents.Gravatar Chris Lovering2021-07-23-10/+11
| |/ / / /
| * | | | Merge pull request #1686 from NotFlameDev/patch-1Gravatar ChrisJL2021-07-23-0/+18
| |\ \ \ \ | | | | | | | | | | | | Added docstring tag
| | * \ \ \ Merge branch 'main' into patch-1Gravatar NotFlameDev2021-07-23-15/+3
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1687 from python-discord/utils/reminder/remove-footerGravatar ChrisJL2021-07-22-15/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | Reminder: remove footer
| | * \ \ \ \ Merge branch 'main' into utils/reminder/remove-footerGravatar Matteo Bertucci2021-07-22-2/+2
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Reminder: remove unused delivery_dt parameterGravatar Matteo Bertucci2021-07-22-10/+3
| | | | | | |
| | * | | | | Reminder: remove footerGravatar Matteo Bertucci2021-07-21-5/+0
| | | | | | | | | | | | | | | | | | | | | Now that we have Discord timestamps, the timestamp in the footer isn't useful anymore since it can be hovered to have a localised timestamp.
| | | * | | | Update docstring's explanationGravatar NotFlameDev2021-07-23-3/+1
| | | | | | |
| | | * | | | Update docstring explanation.Gravatar NotFlameDev2021-07-23-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| | | * | | | Hyperlink fixGravatar NotFlameDev2021-07-23-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| | | * | | | Merge branch 'main' into patch-1Gravatar NotFlameDev2021-07-22-2/+2
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #1691 from python-discord/Akarys42-patch-1Gravatar ChrisJL2021-07-21-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Talentpool: join_at -> joined_at
| | * | | | | | Talentpool: join_at -> joined_atGravatar Matteo Bertucci2021-07-21-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #1690 from ↵Gravatar ChrisJL2021-07-21-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/fix-reference-role-constant-in-!server fix reference role constant in !server
| | * | | | | | fix reference role constant in !serverGravatar Chris Lovering2021-07-21-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #1688 from python-discord/information/server/mod_team_roleGravatar Matteo Bertucci2021-07-21-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Information: make !server use moderation_team
| | * | | | | Information: make !server use moderation_team Gravatar Matteo Bertucci2021-07-21-1/+1
| |/ / / / / | | | | | | | | | | | | We use the ping role instead of the team role here, leading to inaccuracies.
| | * | | | Changed the documentation as intendedGravatar NotFlameDev2021-07-22-2/+6
| | | | | |
| | * | | | Added docstring tagGravatar NotFlameDev2021-07-21-0/+16
| |/ / / /
| * | | | Merge pull request #1666 from python-discord/new-discord-featuresGravatar Matteo Bertucci2021-07-20-153/+151
| |\ \ \ \ | | | | | | | | | | | | Make use of the new Discord features
| | * \ \ \ Merge branch 'main' into new-discord-featuresGravatar Xithrius2021-07-20-406/+1334
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1685 from NIRDERIi/mainGravatar Matteo Bertucci2021-07-20-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Enabled charinfo for discord_py channel.
| | * | | | Merge branch 'main' into mainGravatar Matteo Bertucci2021-07-20-733/+2001
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | feat: add for-else tag (#1643)Gravatar vcokltfre2021-07-13-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: add for-else tag Co-authored-by: Joe Banks <[email protected]> Co-authored-by: Xithrius <[email protected]>
| * | | | | Merge pull request #1676 from python-discord/drop-gpl-depsGravatar Xithrius2021-07-08-89/+149
| |\ \ \ \ \ | | | | | | | | | | | | | | Drop GPL Dependencies
| | * \ \ \ \ Merge branch 'main' into drop-gpl-depsGravatar Xithrius2021-07-08-177/+920
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #1297 from HassanAbouelela/voicechannel-muteGravatar Kieran Siek2021-07-09-177/+920
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Implements Voice Channel Muting
| | * | | | | Merge branch 'main' into voicechannel-muteGravatar Xithrius2021-07-08-431/+793
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Properly Handles Indefinite SilencesGravatar Hassan Abouelela2021-06-05-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug that stopped the duration `forever` from getting used as a valid duration for silence. Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | Merge branch 'main' into voicechannel-muteGravatar Kieran Siek2021-06-05-1682/+2476
| | |\ \ \ \ \
| | * | | | | | Updates Shh Command To Mirror SilenceGravatar Hassan Abouelela2021-05-13-13/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the shh and unshh commands from the error handler to accept channel and kick arguments, to give them the same interface as the silence and unsilence command. Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | | Updates Silence To Accept Duration Or ChannelGravatar Hassan Abouelela2021-05-13-17/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the silence command to accept the silence duration or channel as the first argument to the command. Updates tests. Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | | Updates Silence To Use `.format`Gravatar Hassan Abouelela2021-05-12-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses `.format` to create silence and unsilence messages instead of `.replace`. Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | | Rename `Manual` Variable To Clarify IntentionsGravatar Hassan Abouelela2021-05-10-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | | Restructures Silence CogGravatar Hassan Abouelela2021-05-10-78/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restructures silence cog helper methods to group relation functions in a more logical manner. Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | | Fixes Logging StatementGravatar Hassan Abouelela2021-05-10-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes logging statement levels and messages to correctly express intent. Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | | Fixes Function Signature FormattingGravatar Hassan Abouelela2021-05-10-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| | * | | | | | Merge remote-tracking branch 'fork/voicechannel-mute' into voicechannel-muteGravatar Hassan Abouelela2021-05-09-39/+932
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'main' into voicechannel-muteGravatar Hassan Abouelela2021-05-04-39/+932
| | | |\ \ \ \ \ \