From e55c4eb1c50db07da31d6d6ceaeaaa2317b7e1c3 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Sun, 3 Nov 2019 10:34:28 -0500 Subject: [PATCH] remove qrz lookup form lookupcog --- cogs/lookupcog.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cogs/lookupcog.py b/cogs/lookupcog.py index f3814ad..ae8a841 100644 --- a/cogs/lookupcog.py +++ b/cogs/lookupcog.py @@ -23,11 +23,6 @@ class LookupCog(commands.Cog): self.CTY_list = None self.up_cty_first_run = True - @commands.command(name="qrz") - async def _qrz_lookup(self, ctx: commands.Context, call: str): - '''Links to info about a callsign from QRZ.''' - await ctx.send(f'http://qrz.com/db/{call}') - @commands.command(name="sat") async def _sat_lookup(self, ctx: commands.Context, sat: str, grid1: str, grid2: str = None): '''Links to info about satellite passes on satmatch.com.