Skip to content

Commit

Permalink
Tod (#222)
Browse files Browse the repository at this point in the history
* version bump

* fix: truth command

* finish truth or dare

* version bump

* fix: dare color
  • Loading branch information
mezotv authored Nov 1, 2023
1 parent 8b740b2 commit f2786bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttons/dare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const button: Button = {
const Random = Math.floor(Math.random() * truthordare.length);

const dareembed = new EmbedBuilder()
.setColor("#248046")
.setColor("#0598F6")
.setFooter({
text: `Requested by ${interaction.user.username} | Type: Random Dare | ID: ${Random}`,
iconURL: interaction.user.avatarURL() || "",
Expand Down

0 comments on commit f2786bd

Please sign in to comment.