Skip to content

Commit

Permalink
v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Mar 8, 2022
1 parent 3d53637 commit 7206dc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 0 additions & 6 deletions stats_helper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

0 comments on commit 7206dc4

Please sign in to comment.