qr codes case insensitive
This commit is contained in:
parent
c4af2b4b9d
commit
073b7f1cf0
@ -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 "))
|
||||
{
|
||||
|
Reference in New Issue
Block a user