Skip to content

Commit

Permalink
Merge pull request #54 from KaoushikMurugan/31-v4.1-final-behavior-ch…
Browse files Browse the repository at this point in the history
…anges

Final behavioral changes before 4.1
  • Loading branch information
tomli380576 authored Oct 9, 2022
2 parents acfcc7d + c4248ac commit 2411bff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/attending-server/base-attending-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ class AttendingServerV2 {
}
helper.helpEnd = new Date();
this._activeHelpers.delete(helperMember.id);
console.log(`- Help time of ${helper.member.displayName} is ` +
console.log(` - Help time of ${helper.member.displayName} is ` +
`${convertMsToTime(helper.helpEnd.getTime() - helper.helpStart.getTime())}`);
const closableQueues = this._queues.filter(
queue => helperMember.roles.cache
Expand Down
1 change: 0 additions & 1 deletion src/help-queue/queue-display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class QueueDisplayV2 {
new ButtonBuilder()
.setCustomId('leave ' + queue.queueName)
.setEmoji('❎')
.setDisabled(!queue.isOpen)
.setLabel('Leave')
.setStyle(ButtonStyle.Danger)
);
Expand Down

0 comments on commit 2411bff

Please sign in to comment.