diff options
| author | 2020-11-25 16:45:32 -0500 | |
|---|---|---|
| committer | 2020-11-25 16:45:32 -0500 | |
| commit | 3b28570818b923cb099476ad1305923dca986aea (patch) | |
| tree | 8d254074240bc089c6acc206859a6766d8af5851 /Pipfile | |
| parent | Moved the removal of the cooldown role from `close_command` to `move_to_dormant` (diff) | |
| parent | Add Mark as a code owner of CI and Docker files (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot into Stelercus/close_command
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ requests = "~=2.22" sentry-sdk = "~=0.14" sphinx = "~=2.2" statsd = "~=3.3" +emoji = "~=0.6" [dev-packages] coverage = "~=5.0" |