ClemBotProject/ClemBot

Bug: Help Command Doesn't Recognize Input Commands with Different Letter Case

Closed this issue · 3 comments

#585 the chain cog shares this issue since the code was copy-pasted from the help command code.

image

This is an easy fix overall, it does need to possibly take into account the ignore_case option on the command but thats not the most pressing issue

would def accept a pr for this

Would it be better to just implement that or just force everything into lowercase for it to be read?