Add a small wrapper for APSW use (#3202)

* Add a small wrapper for APSW use

* changelog
This commit is contained in:
Michael H
2019-12-22 13:18:31 -05:00
committed by GitHub
parent b72c05d3d4
commit bf6297aaf2
3 changed files with 63 additions and 0 deletions

1
.github/CODEOWNERS vendored
View File

@@ -25,6 +25,7 @@ redbot/core/utils/antispam.py @mikeshardmind
redbot/core/utils/tunnel.py @mikeshardmind
redbot/core/utils/caching.py @mikeshardmind
redbot/core/utils/common_filters.py @mikeshardmind
redbot/core/utils/dbtools.py @mikeshardmind
# Cogs
redbot/cogs/admin/* @tekulvw