Skip to content

Commit

Permalink
Update repeat.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin-G authored Jan 21, 2023
1 parent 5cde21d commit 36e0f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
const staemb = new EmbedBuilder()
.setColor("#0x7d3640")
.setTitle(":repeat: **|** 반복 기능이 활성화 되었습니다!")
.setDescription("반복 기능을 사용하는 중에는 재생 알림이 표시되지 않습니다.")
message.reply({ embeds: [staemb] });
}

Expand All @@ -67,4 +68,4 @@ module.exports = {
}

}
}
}

0 comments on commit 36e0f36

Please sign in to comment.