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