diff --git a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md index 0599f97..f6ff3c7 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -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 platform’s 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.