Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IlNonoP authored Oct 10, 2024
1 parent 55e7368 commit e707a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ async def on_message(message):

elif comando.startswith("network "):
if comando == "network help":
await message.channel.send("This command manages the network\nnetwrok interface | Show network interfaces")
await message.channel.send("This command manages the network\nnetwrok interface | Show network interfaces\nnetwork ip | Show pubblic IP of the remote\nnetwork help | Show this guide")
elif "interface" in comando:
interfacce = socket.if_nameindex()
interfacce = '\n'.join([f'{inter[0]}: {inter[1]}' for inter in interfacce])
Expand Down

0 comments on commit e707a71

Please sign in to comment.