diff --git a/jarvis/cogs/dbrand.py b/jarvis/cogs/dbrand.py index 6e9389c..5a332c0 100644 --- a/jarvis/cogs/dbrand.py +++ b/jarvis/cogs/dbrand.py @@ -72,7 +72,7 @@ class DbrandCog(commands.Cog): ] if len(matches) > 0: search = matches[0] - dest = search + dest = search.lower() data = self.cache.get(dest, None) if not data: api_link = self.api_url + dest