From b43e4133a9c34a0907381814044784dc6f93c23f Mon Sep 17 00:00:00 2001 From: Rikko Date: Mon, 8 Aug 2022 20:28:51 +0530 Subject: [PATCH] switch to snake_case naming scheme --- plugins/utilities.json | 4 ++-- plugins/utilities/{ColorScheme.py => colorscheme.py} | 0 .../{StoreEventSpecials.py => store_event_specials.py} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename plugins/utilities/{ColorScheme.py => colorscheme.py} (100%) rename plugins/utilities/{StoreEventSpecials.py => store_event_specials.py} (100%) diff --git a/plugins/utilities.json b/plugins/utilities.json index a87e41a..f1b6f77 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -1,5 +1,5 @@ { - "ColorScheme": { + "colorscheme": { "description": "Create custom UI colorschemes!", "external_url": "https://www.youtube.com/watch?v=qatwWrBAvjc", "authors": [ @@ -24,7 +24,7 @@ } } }, - "StoreEventSpecials": { + "store_event_specials": { "description": "Exposes event-special store items not normally available for purchase", "external_url": "", "authors": [ diff --git a/plugins/utilities/ColorScheme.py b/plugins/utilities/colorscheme.py similarity index 100% rename from plugins/utilities/ColorScheme.py rename to plugins/utilities/colorscheme.py diff --git a/plugins/utilities/StoreEventSpecials.py b/plugins/utilities/store_event_specials.py similarity index 100% rename from plugins/utilities/StoreEventSpecials.py rename to plugins/utilities/store_event_specials.py