Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit d085d30

Browse files
committed
return true after finishing play function
1 parent 557b985 commit d085d30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/play.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ async function play(message, args, command) {
400400
playNext(message);
401401
}
402402

403+
return true;
404+
403405
}
404406
catch (error) {
405407
message.react(reactions.warning);

0 commit comments

Comments
 (0)