Update README.md

This commit is contained in:
Tim Wilson 2020-08-18 17:01:53 -06:00 committed by GitHub
parent bd0faa4e19
commit e0042ab245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ This bot is built on [kkrypt0nn's bot template](https://github.com/kkrypt0nn/Pyt
* Channel list to limit access to specified channel(s) * Channel list to limit access to specified channel(s)
* Complete management of transfers: * Complete management of transfers:
* `t/add URL` Add new torrent transfers via **URL to torrent file** or **magnet link** * `t/add URL` Add new torrent transfers via **URL to torrent file** or **magnet link**
* `t/list [OPTIONS]` List existing transfers with filtering, sorting, and searching by name * `t/list [OPTIONS]` List existing transfers with filtering, sorting, and searching transfer names with regular expressions
* `t/modify [OPTIONS]` Modify (pause, resume, remove, or remove and delete) transfer(s) by transfer ID(s) or using `list` options * `t/modify [OPTIONS]` Modify (pause, resume, remove, or remove and delete) transfer(s) by transfer ID(s) or using `list` options
* `t/summary` Print simple summary of all transfers * `t/summary` Print simple summary of all transfers
* In-channel documentation using `t/help [COMMAND]` * In-channel documentation using `t/help [COMMAND]`