mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
test
This commit is contained in:
@@ -1374,7 +1374,8 @@ async def zrestartuj_radio(ctx):
|
|||||||
if not allowed:
|
if not allowed:
|
||||||
await ctx.send("Łapy precz od radia")
|
await ctx.send("Łapy precz od radia")
|
||||||
else:
|
else:
|
||||||
os.system('/home/pi/Conjurer/restart_radio.sh')
|
result = os.system('/home/pi/Conjurer/restart_radio.sh')
|
||||||
|
await ctx.send(f'Wynik {result}')
|
||||||
|
|
||||||
|
|
||||||
@client.hybrid_command(
|
@client.hybrid_command(
|
||||||
|
|||||||
Reference in New Issue
Block a user