scristobal / botatobot

A Telegram bot to generate stable diffusion images on request, on your GPU
MIT License
16 stars 2 forks source link

Fix panic on double space #2

Closed dagoonline closed 2 years ago

dagoonline commented 2 years ago

Fix wrong behavior when there is a double space and other similar statuses that ends up in a empty word when checking for specific characters.

Also adding tests to those functions.