Professor-Redwood-Team / Professor-Redwood

Pokemon Go Discord Bot
MIT License
34 stars 21 forks source link

Replace multiple spaces with single space #39

Closed awilbur closed 7 years ago

awilbur commented 7 years ago

Sometimes people accidentally put more than 1 space in their bot commands. This screws things up since we use .split(' '), on a single space.

This PR just replaces any multiple spaces with 1 space, tada