From fed7c24251372a0a266b9946eb263e24663c1a85 Mon Sep 17 00:00:00 2001 From: Rikko Date: Sat, 3 Dec 2022 21:18:02 +0530 Subject: [PATCH] Rename plugin random_colors to a more descriptive name --- plugins/utilities.json | 4 ++-- .../{random_colors.py => colored_bomb_explosion_patches.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/utilities/{random_colors.py => colored_bomb_explosion_patches.py} (100%) diff --git a/plugins/utilities.json b/plugins/utilities.json index 4200271..dd045e7 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -85,7 +85,7 @@ } } }, - "random_colors": { + "colored_bomb_explosion_patches": { "description": "Creates patches of random color after bomb explosions", "external_url": "https://youtube.com/c/JoseANG3LYT", "authors": [ @@ -505,4 +505,4 @@ } } } -} \ No newline at end of file +} diff --git a/plugins/utilities/random_colors.py b/plugins/utilities/colored_bomb_explosion_patches.py similarity index 100% rename from plugins/utilities/random_colors.py rename to plugins/utilities/colored_bomb_explosion_patches.py