Added `sorted()` to line 883 so that when executing `/whitelist` command the pairings will be in alphabetical order making it faster to identify whether the pair you are confirming/looking for is present.
`'whitelist': sorted(self._freqtrade.active_pair_whitelist)`