diff options
| author | 2022-04-22 01:27:54 +0300 | |
|---|---|---|
| committer | 2022-04-22 01:27:54 +0300 | |
| commit | 014d65a98a8abae3664d013d9ee26a2302166c2d (patch) | |
| tree | 5df941ef1cb4e925741f051dbaba94e8ec9557ea /.github | |
| parent | Add discord.Thread to slowmode cog channel converters (diff) | |
| parent | Merge pull request #2143 from python-discord/bump-bot-core (diff) | |
Merge branch 'main' into slowmode/add-better-thread-support
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 |