aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/doc/cog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/cogs/doc/cog.py b/bot/cogs/doc/cog.py
index 6cd066f1b..05cedcaaf 100644
--- a/bot/cogs/doc/cog.py
+++ b/bot/cogs/doc/cog.py
@@ -183,7 +183,6 @@ class DocCog(commands.Cog):
]
await asyncio.gather(*coros)
- @async_cache(arg_offset=1)
async def get_symbol_embed(self, symbol: str) -> Optional[discord.Embed]:
"""
Attempt to scrape and fetch the data for the given `symbol`, and build an embed from its contents.