diff --git a/plugins/minigames.json b/plugins/minigames.json index 303c147..d6537d3 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -22,8 +22,8 @@ } } }, - "VolleyBall": { - "description": "Play VolleyBall in teams of two", + "volleyball": { + "description": "Play Volleyball in teams of two", "external_url": "", "authors": [ { @@ -37,4 +37,4 @@ } } } -} \ No newline at end of file +} diff --git a/plugins/minigames/VolleyBall.py b/plugins/minigames/volleyball.py similarity index 100% rename from plugins/minigames/VolleyBall.py rename to plugins/minigames/volleyball.py