Skip to content

Commit

Permalink
seekコマンドの不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Oct 20, 2024
1 parent 1db1525 commit cd7d370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void doCommand(SlashCommandEvent event) {
return;
}

String args = event.getOption("input").getAsString();
String args = event.getOption("time").getAsString();
TimeUtil.SeekTime seekTime = TimeUtil.parseTime(args);
if (seekTime == null)
{
Expand Down

0 comments on commit cd7d370

Please sign in to comment.