File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
bathbot/src/commands/osu/top Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,25 +104,25 @@ pub struct Top {
104104pub enum TopScoreOrder {
105105 #[ option( name = "Accuracy" , value = "acc" ) ]
106106 Acc ,
107- #[ option( name = "Approach Rate" , value = "ar" ) ]
107+ #[ option( name = "Approach Rate (AR) " , value = "ar" ) ]
108108 Ar ,
109109 #[ option( name = "BPM" , value = "bpm" ) ]
110110 Bpm ,
111111 #[ option( name = "Combo" , value = "combo" ) ]
112112 Combo ,
113- #[ option( name = "Circle Size" , value = "cs" ) ]
113+ #[ option( name = "Circle Size (CS) " , value = "cs" ) ]
114114 Cs ,
115115 #[ option( name = "Date" , value = "date" ) ]
116116 Date ,
117- #[ option( name = "Drain Rate" , value = "hp" ) ]
117+ #[ option( name = "Drain Rate (HP) " , value = "hp" ) ]
118118 Hp ,
119119 #[ option( name = "Length" , value = "len" ) ]
120120 Length ,
121121 #[ option( name = "Map ranked date" , value = "ranked_date" ) ]
122122 RankedDate ,
123123 #[ option( name = "Misses" , value = "miss" ) ]
124124 Misses ,
125- #[ option( name = "Overall Difficulty" , value = "od" ) ]
125+ #[ option( name = "Overall Difficulty (OD) " , value = "od" ) ]
126126 Od ,
127127 #[ default]
128128 #[ option( name = "PP" , value = "pp" ) ]
You can’t perform that action at this time.
0 commit comments