Open Vylpes opened 1 week ago
AS a server moderator I want to be able to delete other's moons SO THAT I can remove incorrect or rule breaking moons
AS a server moderator GIVEN I notice an invalid moon WHEN I type /managemoons delete <id> THEN this moon should be removed
/managemoons delete <id>
AS a server moderator GIVEN I don't supply a moon id WHEN I type the command THEN the command should error
AS a server moderator GIVEN I supply an invalid id WHEN I type the command THEN the command should error
AS a user GIVEN I don't have the permissions WHEN it type the command THEN the command should error
AS a server moderator I want to be able to delete other's moons SO THAT I can remove incorrect or rule breaking moons
Acceptance Criteria
AS a server moderator GIVEN I notice an invalid moon WHEN I type
/managemoons delete <id>
THEN this moon should be removedAS a server moderator GIVEN I don't supply a moon id WHEN I type the command THEN the command should error
AS a server moderator GIVEN I supply an invalid id WHEN I type the command THEN the command should error
AS a user GIVEN I don't have the permissions WHEN it type the command THEN the command should error
Subtasks
Notes