mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-11 12:21:37 +02:00
Allow seeking with hours
This commit is contained in:
parent
b1895627db
commit
e57d86d7cc
2 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue