Allow to edit prefixes through redbot --edit (#3486)

* feat: allow to edit prefixes through `redbot --edit`

* enhance: allow to setup multiple prefixes

* fix: gotta break out of the loop

* fix: gotta sort prefixes in reversed order

* fix: editing prefix shouldn't save it as token

* fix: sort prefixes when using flag too

* chore(changelog): add towncrier entry

* docs: update help for `--edit` flag
This commit is contained in:
jack1142
2020-02-03 22:08:49 +01:00
committed by GitHub
parent 17234ac8fa
commit 64106c771a
3 changed files with 32 additions and 4 deletions

View File

@@ -0,0 +1 @@
Allow to edit prefix from command line using ``redbot --edit``.