mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-03-03 23:37:03 +00:00
more tweaking
This commit is contained in:
parent
ae00762783
commit
3ed73d6e0a
@ -59,6 +59,9 @@ namespace CompatBot.EventHandlers
|
||||
return;
|
||||
|
||||
gameTitle = CompatList.FixGameTitleSearch(gameTitle);
|
||||
if (gameTitle.Length < 4)
|
||||
return;
|
||||
|
||||
if (ProductCodeLookup.ProductCode.IsMatch(args.Message.Content))
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user