Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTeaMC committed Nov 4, 2023
1 parent d49c0ca commit 7aa94dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public void doCommand(CommandEvent event)
Playlist playlist = bot.getPlaylistLoader().getPlaylist(event.getArgs());
if(playlist==null)
{
event.replyError("我找不到預載播放清單 `"+event.getArgs()+".txt` !");
event.replyError("我找不到預載播放清單 `"+event.getArgs()+".txt`,如果您要搜索歌曲,請不要在指令參數中輸入 `playlist`");
return;
}
event.getChannel().sendMessage(loadingEmoji+" 正在載入 **"+event.getArgs()+"**... ("+playlist.getItems().size()+" 首歌曲)").queue(m ->
Expand Down

0 comments on commit 7aa94dc

Please sign in to comment.