Allow seeking with hours

This commit is contained in:
Max Isom 2020-03-18 12:55:03 -05:00
parent b1895627db
commit e57d86d7cc
2 changed files with 12 additions and 4 deletions

View file

@ -65,7 +65,7 @@ export default class implements Command {
await this.playerManager.get(msg.guild!.id).connect(targetVoiceChannel);
await this.playerManager.get(msg.guild!.id).play();
await res.stop('play resuming');
await res.stop('the stop-and-go light is now green');
return;
}