Skip to content

Commit 7206dc4

Browse files
committed
v7.4.0
1 parent 3d53637 commit 7206dc4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

mcdreforged.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "stats_helper",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"name": "Stats Helper",
55
"description": {
66
"en_us": "A Minecraft statistic helper",

stats_helper/utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,3 @@ def get_rank_color(rank: int) -> str:
3636
rank starts from 0
3737
"""
3838
return constants.rankColor[min(rank, len(constants.rankColor) - 1)]
39-
40-
41-
if __name__ == '__main__':
42-
print(isBot('bot123'))
43-
print(isBot('11bot123'))
44-
print(isBot('Steve'))

0 commit comments

Comments
 (0)