[Tunnel] Add use_cached and images_only kwargs to files_from_attach (#2887)

* feat(tunnel): add `use_cached` kwarg

re #2885

* feat(tunnel): add `images_only` kwarg

re #2885

* chore(changelog): add towncrier entry
This commit is contained in:
jack1142
2019-09-28 23:28:14 +02:00
committed by Michael H
parent 6e3ccc1a21
commit 59e7d063a0
2 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1 @@
[Tunnel] Added ``use_cached`` and ``images_only`` kwargs to `redbot.core.utils.Tunnel.files_from_attach`