Stats command

!stats <playername> complete

!stats <playername>, <weapon> incomplete
This commit is contained in:
2023-04-25 23:25:09 +02:00
parent 617eaa047d
commit c9bf475696
2 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class Roll(commands.Cog):
elif(rolled <= 50 and rolled > 25):
rating = "Meh"
elif(rolled <= 25 and rolled > 1):
rating = "Almost"
rating = "Bad"
elif(rolled == 1):
rating = "LOL"