remove qrz lookup form lookupcog

This commit is contained in:
Abigail Gold 2019-11-03 10:34:28 -05:00
parent 018421ae38
commit e55c4eb1c5
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="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.