diff options
| author | 2022-04-21 20:59:26 +0100 | |
|---|---|---|
| committer | 2022-04-21 20:59:26 +0100 | |
| commit | f9fff6eaae409c7ba12ea6f95873aa0fd0340554 (patch) | |
| tree | 064d64653926cf0442c568261080bd7c96995cf3 /.github | |
| parent | Merge pull request #2137 from python-discord/dont-use-modlog-for-defcon (diff) | |
| parent | Update CODEOWNERS (diff) | |
Merge pull request #2138 from python-discord/Use-bot-core-extensions
Use the extensions list & util from bot-core
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ea69f7677..0bc2bb793 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,10 +18,8 @@ bot/exts/recruitment/** @wookie184 bot/rules/** @mbaruh # Utils -bot/utils/extensions.py @MarkKoz bot/utils/function.py @MarkKoz bot/utils/lock.py @MarkKoz -bot/utils/scheduling.py @MarkKoz # Tests tests/_autospec.py @MarkKoz |