From 46e389a5dc6b398b598aa0dff7cae658e7b56fd6 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Mon, 7 Oct 2019 12:23:31 -0400 Subject: [PATCH] remove ae7q command from lookupcog --- cogs/lookupcog.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cogs/lookupcog.py b/cogs/lookupcog.py index 0e11f97..090641b 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="ae7q", aliases=['ae']) - async def _ae7q_lookup(self, ctx, c: str): - '''Links to info about a callsign from AE7Q.''' - await ctx.send(f'http://ae7q.com/query/data/CallHistory.php?CALL={c}') - @commands.command(name="qrz") async def _qrz_lookup(self, ctx, call: str): '''Links to info about a callsign from QRZ.'''