unixporn / trup

Discord bot for the Unixporn community
Mozilla Public License 2.0
47 stars 9 forks source link

Make Trup case insensitive to increase usability #153

Closed bluejive closed 3 years ago

bluejive commented 3 years ago

Currently, Trup views Polybar and polybar as two different objects, leading to !top returning both. Could the owners of Trup add case insensitivity into the code with (I'm a beginner with GoLang here, so correct me if I'm wrong) strings.ToLower or something? I know you can do this easily in pretty much any coding language, and it would greatly help !top become a more popular and less buggy feature.

If this is too difficult, ignore this. I'm by no means an expert coder with GoLang.

eepykate commented 3 years ago

duplicate of #150?

part of synonyms would of course be case insensitivity, and it's just different wording for a similar problem.