Skip to content

Issue 17 — Create centralized command parser system - MEDIUM #17

Description

@Irresistible-Ishan

Refactor command handling into a unified parser that separates command and arguments cleanly.

Goal: Turn raw text messages like:
.say hello world

Into structured format:

{ command: "say", args: ["hello", "world"] }

Acceptance Criteria

All commands use new parser

Code readability improved

No broken existing commands

Labels: medium, refactor, quality

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions