This commit is contained in:
Logan Cusano
2021-12-28 00:10:52 -05:00
parent a97403de98
commit c18c686b91
2 changed files with 5 additions and 0 deletions

5
bot.py
View File

@@ -76,6 +76,11 @@ class Bot(commands.Bot):
await ctx.send(f"Ok {member}, I reloaded {module}")
else:
await ctx.send(f"{member}, something went wrong. Please check the console")
@self.command(name='startsdr', hidden=True)
async def _startsdr(ctx, input_freq: str, member: discord.Member = None):
member = member or ctx.author.display_name
self.start_sdr(freq=input_freq)
def check_device(self):
for device, index in self.Devices_List:

BIN
opus/libopus.so Normal file

Binary file not shown.