aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* User gets a more detailed message from the botGravatar Steele2020-12-06-12/+16
* Merge branch 'master' of https://github.com/python-discord/bot into swfarnswo...Gravatar Steele2020-12-05-1/+1
|\
| * Add the `s` alias to `infraction search`Gravatar Matteo Bertucci2020-12-04-1/+1
* | Add `starify` and `unstarify` as command aliases.Gravatar Steele2020-12-05-2/+2
* | Bot relays the infraction reason in the DM.Gravatar Steele2020-12-05-6/+6
|/
* Merge PR #1214 - Gracefully handle socket.gaierro in AsyncStatsClientGravatar Mark2020-12-02-2/+27
|\
| * Merge branch 'master' into fix/tagp/graceful-stasd-connectGravatar ks1292020-12-02-1637/+2096
| |\ | |/ |/|
* | Merge pull request #1305 from HassanAbouelela/seperate-voice-chat-channelsGravatar Dennis Pham2020-11-30-5/+17
|\ \
| * \ Merge branch 'master' into seperate-voice-chat-channelsGravatar Kyler2020-11-30-1003/+1143
| |\ \ | |/ / |/| |
* | | Merge pull request #1197 from python-discord/pure/feature/infraction-appendGravatar Boris Muratov2020-12-01-24/+75
|\ \ \
| * \ \ Merge branch 'master' into pure/feature/infraction-appendGravatar Boris Muratov2020-12-01-1608/+2004
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1310 from python-discord/mbaruh/infractionsGravatar Boris Muratov2020-11-29-34/+14
|\ \ \ \
| * \ \ \ Merge branch 'master' into mbaruh/infractionsGravatar ks1292020-11-29-2/+18
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1308 from Mushinako/masterGravatar Matteo Bertucci2020-11-28-0/+15
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into masterGravatar Matteo Bertucci2020-11-28-7/+15
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1311 from python-discord/mbaruh-codeownersGravatar Boris Muratov2020-11-28-2/+3
|\ \ \ \ \ \
| * | | | | | Add myself to CODEOWNERSGravatar Boris Muratov2020-11-28-2/+3
|/ / / / / /
| * | | | | Rename `build-tools` to `microsoft-build-tools`Gravatar Mushinako2020-11-28-0/+0
| * | | | | Remove UAC prompt infoGravatar Mushinako2020-11-26-1/+1
| * | | | | Bold numberingGravatar Mushinako2020-11-26-5/+5
| * | | | | Merge branch 'master' into masterGravatar Mushinako2020-11-26-945/+1007
| |\ \ \ \ \
| * | | | | | Add `build-tools` tagGravatar Mushinako2020-11-26-0/+15
| | | * | | | Added infraction edit aliasesGravatar mbaruh2020-11-28-2/+2
| | | * | | | Add default mute durationGravatar mbaruh2020-11-28-2/+12
| | | * | | | Remove unnecessary shadow infractionsGravatar mbaruh2020-11-28-30/+0
| |_|/ / / / |/| | | | |
* | | | | | Add myself to CODEOWNERS for CI filesGravatar Sebastiaan Zeeff2020-11-27-1/+1
* | | | | | Add @Akarys42 to the codeownersGravatar Matteo Bertucci2020-11-27-7/+14
| |/ / / / |/| | | |
* | | | | Merge pull request #1294 - Help Channel RefactorGravatar Mark2020-11-26-943/+1001
|\ \ \ \ \
| * | | | | Update help channels directory for code ownersGravatar MarkKoz2020-11-26-1/+1
| * | | | | Merge branch 'master' into feat/help/refactorGravatar MarkKoz2020-11-26-74/+82
| |\| | | |
| * | | | | Help channels: document the return value of notify()Gravatar MarkKoz2020-11-26-0/+3
| * | | | | Help channels: don't check if task is done before awaitingGravatar MarkKoz2020-11-26-6/+4
| * | | | | Help channels: remove how_to_get_help from excluded channelsGravatar MarkKoz2020-11-26-3/+1
| * | | | | Help channels: merge 2 imports into 1Gravatar MarkKoz2020-11-20-3/+2
| * | | | | Help channels: move all caches to a separate moduleGravatar MarkKoz2020-11-20-50/+36
| * | | | | Help channels: wait for cog to be ready in deleted msg listenerGravatar MarkKoz2020-11-20-0/+4
| * | | | | Help channels: replace ready event with awaiting the init taskGravatar MarkKoz2020-11-20-6/+4
| * | | | | Help channels: remove obsolete functionGravatar MarkKoz2020-11-20-5/+0
| * | | | | Help channels: move cooldown/role functions to cooldown moduleGravatar MarkKoz2020-11-20-84/+104
| * | | | | Help channels: move time functions to channel moduleGravatar MarkKoz2020-11-20-31/+39
| * | | | | Help channels: move message functions to message moduleGravatar MarkKoz2020-11-20-178/+191
| * | | | | Help channels: move pin functions to a separate moduleGravatar MarkKoz2020-11-20-47/+59
| * | | | | Help channels: rename modules to use singular tenseGravatar MarkKoz2020-11-20-11/+11
| * | | | | Help channels: move validation code to __init__.pyGravatar MarkKoz2020-11-20-27/+29
| * | | | | Help channels: move name and channel funcs to separate modulesGravatar MarkKoz2020-11-20-79/+109
| * | | | | Help channels: remove get_clean_channel_nameGravatar MarkKoz2020-11-20-16/+1
| * | | | | Help channels: move to a subpackageGravatar MarkKoz2020-11-20-10/+17
* | | | | | Update CODEOWNERSGravatar Joe Banks2020-11-26-2/+6
| |/ / / / |/| | | |
* | | | | Merge pull request #1307 from python-discord/sebastiaan/bugs/add-voiceban-to-...Gravatar Sebastiaan Zeeff2020-11-26-1/+1
|\ \ \ \ \
| * | | | | Add voice_ban to supported types of the schedulerGravatar Sebastiaan Zeeff2020-11-26-1/+1
|/ / / / /