diff --git a/python/cog.py b/python/cog.py index 1ec4713..ae76759 100644 --- a/python/cog.py +++ b/python/cog.py @@ -183,6 +183,7 @@ async def locate( options=search_options, guild_ids=guild_ids if getattr(CONFIG, "DB_NAME", "production") == "testing" else [] ) + @log_command async def slash_search(self, ctx: SlashContext, **kwargs): """ Responds to `/search`. Tries to display docs related to a query from ElasticSearch.