From 7206dc4714338daeedba2359d265fb335c05cbc3 Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Tue, 8 Mar 2022 23:03:25 +0800 Subject: [PATCH] v7.4.0 --- mcdreforged.plugin.json | 2 +- stats_helper/utils.py | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mcdreforged.plugin.json b/mcdreforged.plugin.json index 1e1b8d6..8ab1c51 100644 --- a/mcdreforged.plugin.json +++ b/mcdreforged.plugin.json @@ -1,6 +1,6 @@ { "id": "stats_helper", - "version": "7.3.1", + "version": "7.4.0", "name": "Stats Helper", "description": { "en_us": "A Minecraft statistic helper", diff --git a/stats_helper/utils.py b/stats_helper/utils.py index 5a74cfb..5d36acc 100644 --- a/stats_helper/utils.py +++ b/stats_helper/utils.py @@ -36,9 +36,3 @@ def get_rank_color(rank: int) -> str: rank starts from 0 """ return constants.rankColor[min(rank, len(constants.rankColor) - 1)] - - -if __name__ == '__main__': - print(isBot('bot123')) - print(isBot('11bot123')) - print(isBot('Steve')) \ No newline at end of file