From 423502b140cccd7d74a537c8e1707b3d8d3c6e56 Mon Sep 17 00:00:00 2001 From: Rikko Date: Wed, 31 Aug 2022 21:05:53 +0530 Subject: [PATCH] Prefer snake_case naming --- plugins/minigames.json | 6 +++--- plugins/minigames/{VolleyBall.py => volleyball.py} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename plugins/minigames/{VolleyBall.py => volleyball.py} (100%) 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