Update article

This commit is contained in:
Raven Scott 2024-09-18 19:43:35 -04:00
parent bdc4cdaf77
commit 1be3b8eea0

View File

@ -499,7 +499,7 @@ The menu is dynamically generated, allowing users to make their selection. If th
This safeguard prevents users from accidentally deleting important containers or data, which is especially useful in environments where multiple users or containers are being managed.
# Executing Shell Commands Using Discord Bot (Non-Interactive Execution)
# Executing Shell Commands Using Discord Bot
The platforms ability to execute commands non-interactively via Discord is a game-changer for container management and remote server operations. This powerful feature lets users run commands, manage files, check system statuses, and more—all from a simple Discord interface, without needing further interaction after issuing a command. In this post, we will dive into how the system works, highlighting some special custom-coded commands like `cd`, `pwd`, and `ls`, and how the platform ensures non-interactive command execution.