This project is a natural language processing (NLP)-powered Discord bot that simplifies command execution for users by allowing them to use plain English instructions. The bot leverages a text classification model to interpret user input and match it to predefined Discord commands. It then presents the best-matching command along with a human-readable description of its purpose, asking for user confirmation before execution. This feature reduces the complexity of remembering exact command syntaxes, making Discord bots more user-friendly and accessible. Additionally, users can reattempt the command if they are unsatisfied with the match.