mirror of
https://github.com/miaowware/qrm2.git
synced 2025-09-10 00:17:47 -04:00
remove qrz lookup form lookupcog
This commit is contained in:
parent
018421ae38
commit
e55c4eb1c5
@ -23,11 +23,6 @@ class LookupCog(commands.Cog):
|
|||||||
self.CTY_list = None
|
self.CTY_list = None
|
||||||
self.up_cty_first_run = True
|
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")
|
@commands.command(name="sat")
|
||||||
async def _sat_lookup(self, ctx: commands.Context, sat: str, grid1: str, grid2: str = None):
|
async def _sat_lookup(self, ctx: commands.Context, sat: str, grid1: str, grid2: str = None):
|
||||||
'''Links to info about satellite passes on satmatch.com.
|
'''Links to info about satellite passes on satmatch.com.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user