qr codes case insensitive

This commit is contained in:
Adam R Grey 2022-05-03 14:52:46 -04:00
parent c4af2b4b9d
commit 073b7f1cf0

View File

@ -184,7 +184,7 @@ namespace silverworker_discord
}
if (msgText.Contains("!qrplz "))
{
Features.qrify(msgText.Substring("!qrplz ".Length + msgText.IndexOf("!qrplz ")), message);
Features.qrify(message.Content.Substring("!qrplz ".Length + msgText.IndexOf("!qrplz ")), message);
}
if (msgText.Contains("!countdown "))
{