remove ae7q command from lookupcog

This commit is contained in:
Abigail Gold 2019-10-07 12:23:31 -04:00
parent dbdb512b29
commit 46e389a5dc
No known key found for this signature in database
GPG Key ID: 80A676456AB6B045

View File

@ -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.'''