diff --git a/Vita3KBot/Commands/Compatibility.cs b/Vita3KBot/Commands/Compatibility.cs index c88de6d..4aff3f4 100644 --- a/Vita3KBot/Commands/Compatibility.cs +++ b/Vita3KBot/Commands/Compatibility.cs @@ -108,7 +108,7 @@ public async Task Compatability([Remainder, Summary("Game name to search")]strin State = ItemState.Open, }; - var keywords = keyword.ToLower().Split(' '); + var keywords = keyword.ToLower().Replace("&", "").Replace("#", "").Replace("*", "").Split(' '); var searchResults = (await github.Search.SearchIssues(search)).Items; // The following makes sure all the keywords are contained in each title, and removes the ones that don't. var filteredResults = searchResults.Where(