osu: play tables now show star difficulty

This commit is contained in:
Natsu Kagami 2020-02-12 19:03:46 -05:00
parent dec7309f01
commit abb8611083
Signed by: nki
GPG key ID: 73376E117CD20735
2 changed files with 11 additions and 5 deletions

View file

@ -2,7 +2,7 @@ use serenity::framework::standard::CommandError as Error;
use serenity::{
framework::standard::{macros::command, Args, CommandResult},
model::{
channel::{Message,Reaction, ReactionType},
channel::{Message, Reaction, ReactionType},
id::UserId,
},
utils::MessageBuilder,